diff -r c7c34916027a -r 177826044cd9 wp/wp-includes/feed-rss2.php --- a/wp/wp-includes/feed-rss2.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-includes/feed-rss2.php Mon Oct 14 18:28:13 2019 +0200 @@ -5,10 +5,10 @@ * @package WordPress */ -header('Content-Type: ' . feed_content_type('rss2') . '; charset=' . get_option('blog_charset'), true); +header( 'Content-Type: ' . feed_content_type( 'rss2' ) . '; charset=' . get_option( 'blog_charset' ), true ); $more = 1; -echo ''; +echo ''; /** * Fires between the xml and rss tags in a feed. @@ -40,14 +40,12 @@ <?php wp_title_rss(); ?> - - - + + + - + - + + + + ?> + + while ( have_posts() ) : + the_post(); + ?> - <?php the_title_rss() ?> - - + <?php the_title_rss(); ?> + + - - - ]]> - + + + ]]> + - + ]]> - + ]]> - - 0 ) : ?> + + 0 ) : ?> ]]> ]]> - - - + + + - - - + + +