From 34f737b9844cc76ba230953d234825754d74718c Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 5 Dec 2008 17:33:24 +0000 Subject: [PATCH] Remove uuml. Props nbachiyski. fixes #8464 git-svn-id: http://svn.automattic.com/wordpress/trunk@10068 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed-rss2-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/feed-rss2-comments.php b/wp-includes/feed-rss2-comments.php index a11bdaa9a..871c5c16e 100644 --- a/wp-includes/feed-rss2-comments.php +++ b/wp-includes/feed-rss2-comments.php @@ -18,7 +18,7 @@ echo ''; <?php if ( is_singular() ) - printf(ent2ncr(__('Commentüs on: %s')), get_the_title_rss()); + printf(ent2ncr(__('Comments on: %s')), get_the_title_rss()); elseif ( is_search() ) printf(ent2ncr(__('Comments for %s searching on %s')), get_bloginfo_rss( 'name' ), attribute_escape($wp_query->query_vars['s'])); else