From 132f53ddaeb250222a4ac85ebc0bf4dd780db60e Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 23 Feb 2007 15:47:59 +0000 Subject: WP Merge to 4929 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@899 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-rss2.php | 48 +----------------------------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) (limited to 'wp-rss2.php') diff --git a/wp-rss2.php b/wp-rss2.php index 4addfc4..eb45236 100644 --- a/wp-rss2.php +++ b/wp-rss2.php @@ -5,52 +5,6 @@ if (empty($wp)) { wp('feed=rss2'); } -header('Content-type: text/xml; charset=' . get_option('blog_charset'), true); -$more = 1; +require (ABSPATH . WPINC . '/feed-rss2.php'); ?> -'; ?> - - - -> - - - <?php bloginfo_rss('name'); ?> - - - - http://wordpress.org/?v= - - - - - <?php the_title_rss() ?> - - - - - - - - - ]]> - - ]]> - post_content ) > 0 ) : ?> - ]]> - - ]]> - - - - - - - - - -- cgit