From 29eb1e9a2b02f2f641e589e27e0569f59affa6f7 Mon Sep 17 00:00:00 2001 From: rob1n Date: Thu, 29 Mar 2007 04:08:54 +0000 Subject: [PATCH] Fix typo. git-svn-id: http://svn.automattic.com/wordpress/trunk@5143 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed-rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/feed-rss.php b/wp-includes/feed-rss.php index 91b2c131f..447dd59e1 100644 --- a/wp-includes/feed-rss.php +++ b/wp-includes/feed-rss.php @@ -7,7 +7,7 @@ $more = 1; - <?php bloginfo('name'); wp_title_rss(); ?> + <?php bloginfo_rss('name'); wp_title_rss(); ?>