From e73da6f26857df8e2871eca47529834072a68591 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 5 May 2004 06:32:18 +0000 Subject: [PATCH] Minor changes to RSS. git-svn-id: http://svn.automattic.com/wordpress/trunk@1223 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-commentsrss2.php | 2 +- wp-rss.php | 8 ++++---- wp-rss2.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-commentsrss2.php b/wp-commentsrss2.php index 24da460849..6e4ca0ee82 100644 --- a/wp-commentsrss2.php +++ b/wp-commentsrss2.php @@ -3,7 +3,7 @@ if (! $feed) { require('wp-blog-header.php'); } -header('Content-type: application/rss+xml', true); +header('Content-type: text/xml', true); echo ''; ?> diff --git a/wp-rss.php b/wp-rss.php index ddbca07b7c..7db6415005 100644 --- a/wp-rss.php +++ b/wp-rss.php @@ -13,9 +13,9 @@ header('Content-type: text/xml', true); - <?php bloginfo_rss("name") ?> - - + <?php bloginfo_rss('name') ?> + + http://backend.userland.com/rss092 @@ -29,7 +29,7 @@ header('Content-type: text/xml', true); $more = 1; if (get_settings('rss_use_excerpt')) { ?> - + diff --git a/wp-rss2.php b/wp-rss2.php index 0e01d16b5d..1c599dfac4 100644 --- a/wp-rss2.php +++ b/wp-rss2.php @@ -35,7 +35,7 @@ header('Content-type: text/xml', true); - + ]]>