X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/af50974463450c98503e763a7836a50e260461a9..refs/tags/wordpress-4.5.3:/wp-includes/feed-rss2.php diff --git a/wp-includes/feed-rss2.php b/wp-includes/feed-rss2.php index 2390c2d9..42ff4ea9 100644 --- a/wp-includes/feed-rss2.php +++ b/wp-includes/feed-rss2.php @@ -5,7 +5,7 @@ * @package WordPress */ -header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true); +header('Content-Type: ' . feed_content_type('rss2') . '; charset=' . get_option('blog_charset'), true); $more = 1; echo ''; @@ -38,7 +38,7 @@ do_action( 'rss_tag_pre', 'rss2' ); > - <?php bloginfo_rss('name'); wp_title_rss(); ?> + <?php wp_title_rss(); ?> @@ -83,7 +83,9 @@ do_action( 'rss_tag_pre', 'rss2' ); <?php the_title_rss() ?> + + ]]> @@ -100,8 +102,10 @@ do_action( 'rss_tag_pre', 'rss2' ); ]]> + +