diff -r c7c34916027a -r 177826044cd9 wp/wp-includes/feed-rss.php --- a/wp/wp-includes/feed-rss.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-includes/feed-rss.php Mon Oct 14 18:28:13 2019 +0200 @@ -5,19 +5,16 @@ * @package WordPress */ -header('Content-Type: ' . feed_content_type('rss') . '; charset=' . get_option('blog_charset'), true); +header( 'Content-Type: ' . feed_content_type( 'rss' ) . '; charset=' . get_option( 'blog_charset' ), true ); $more = 1; -echo ''; ?> +echo ''; ?> <?php wp_title_rss(); ?> - - - + + + http://backend.userland.com/rss092 @@ -30,11 +27,14 @@ do_action( 'rss_head' ); ?> - + - <?php the_title_rss() ?> - ]]> - + <?php the_title_rss(); ?> + ]]> +