Remove uuml. Props nbachiyski. fixes #8464

git-svn-id: http://svn.automattic.com/wordpress/trunk@10068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-12-05 17:33:24 +00:00
parent 741b31a0c6
commit 34f737b984
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>';
<channel>
<title><?php
if ( is_singular() )
printf(ent2ncr(__('Comment&uuml;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