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); - + ]]>