From a53887fc7fdc140c5290ec9e1dd82583561af3c1 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 25 Jan 2007 08:48:18 +0000 Subject: [PATCH] This is what I get for commiting remotely, should fix currently known issues with atom 1.0 git-svn-id: http://svn.automattic.com/wordpress/trunk@4805 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-atom.php | 4 ++-- wp-includes/feed.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-atom.php b/wp-atom.php index 4ab65e072..11db36506 100644 --- a/wp-atom.php +++ b/wp-atom.php @@ -34,7 +34,7 @@ $more = 1; - <![CDATA[<?php the_title_rss() ?>]]> + <![CDATA[<?php the_title_rss() ?>]]> @@ -48,4 +48,4 @@ $more = 1; - \ No newline at end of file + diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 358eb981b..6c57fc5e7 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -166,7 +166,7 @@ function the_category_rss($type = 'rss') { } function html_type_rss() { - $type = bloginfo('html_type'); + $type = get_bloginfo('html_type'); if ( strstr( $type, 'xhtml' ) ) $type = 'xhtml'; else @@ -195,4 +195,4 @@ function rss_enclosure() { } } -?> \ No newline at end of file +?>