diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-includes/feed-rss2.php --- a/wp/wp-includes/feed-rss2.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-includes/feed-rss2.php Mon Oct 14 17:39:30 2019 +0200 @@ -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,17 +38,20 @@ > - <?php bloginfo_rss('name'); wp_title_rss(); ?> + <?php wp_title_rss(); ?> - + <?php the_title_rss() ?> + + ]]> @@ -100,8 +105,10 @@ ]]> + +