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:
parent
741b31a0c6
commit
34f737b984
|
@ -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ü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
|
||||||
|
|
Loading…
Reference in New Issue