From b764f60728be1d4e026f9d7ae618ab47e23322f8 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 31 Aug 2006 14:55:29 +0000 Subject: WP Merge to rev #4147 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@729 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-rss.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wp-rss.php') diff --git a/wp-rss.php b/wp-rss.php index aa4a636..a342ee5 100644 --- a/wp-rss.php +++ b/wp-rss.php @@ -5,11 +5,11 @@ if (empty($wp)) { wp('feed=rss'); } -header('Content-type: text/xml; charset=' . get_settings('blog_charset'), true); +header('Content-type: text/xml; charset=' . get_option('blog_charset'), true); $more = 1; ?> -'; ?> +'; ?> @@ -24,14 +24,14 @@ $more = 1; <?php the_title_rss() ?> - + ]]> - + - + -- cgit