Proposal for rss_title
-
Hi,
Currently using WP 2.2, I experienced some problems reading RSS in thunderbird.
I propose to add a little thing to the function that writes entry title :
$title = html_entity_decode($title,ENT_QUOTES,get_option('blog_charset')); $title = htmlspecialchars($title,ENT_NOQUOTES);This thing prevent quotes and double quotes not displaying correctly in thunderbird, but it escapes < and >.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Proposal for rss_title’ is closed to new replies.