X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/177fd6fefd2e3d5a0ea6591c71d660cabdb3c1a4..9c2096d803812dacbdf6cf8efe90053e39f00b96:/wp-includes/feed-rss.php diff --git a/wp-includes/feed-rss.php b/wp-includes/feed-rss.php index fdeeed87..b26897d3 100644 --- a/wp-includes/feed-rss.php +++ b/wp-includes/feed-rss.php @@ -5,12 +5,10 @@ * @package WordPress */ -header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); +header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true); $more = 1; -?> -'; ?> - +echo ''; ?> <?php bloginfo_rss('name'); wp_title_rss(); ?> @@ -24,11 +22,7 @@ $more = 1; <?php the_title_rss() ?> - ]]> - - -