[wp-trac] Re: [WordPress Trac] #8405: WordPress produces invalid
comment feeds
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 2 08:38:35 GMT 2008
#8405: WordPress produces invalid comment feeds
---------------------+------------------------------------------------------
Reporter: ossguy | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.8
Component: General | Version: 2.7
Severity: normal | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by schlafbaum):
Solution: wrapping translation in html_entity_decode like: feed-
rss2-comments.php, line 21: instead of: printf(__('Comments on: %s',
ENT_QUOTES, get_option('blog_charset')));
do: printf(html_entity_decode(__('Comments on: %s', ENT_QUOTES,
get_option('blog_charset')), get_the_title_rss());
Translated text is used in 5 lines in both mentioned files.
--
Ticket URL: <http://trac.wordpress.org/ticket/8405#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list