Remove uuml. Props nbachiyski. fixes #8464

git-svn-id: https://develop.svn.wordpress.org/trunk@10068 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-12-05 17:33:24 +00:00
parent 4ea36107fd
commit a38974136d

View File

@ -18,7 +18,7 @@ echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>';
<channel> <channel>
<title><?php <title><?php
if ( is_singular() ) 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() ) elseif ( is_search() )
printf(ent2ncr(__('Comments for %s searching on %s')), get_bloginfo_rss( 'name' ), attribute_escape($wp_query->query_vars['s'])); printf(ent2ncr(__('Comments for %s searching on %s')), get_bloginfo_rss( 'name' ), attribute_escape($wp_query->query_vars['s']));
else else