I am running the flickrRSS plugin, and in the course of debugging an issue with it I noticed that the MagpieRSS class is now returning the $rss object with all of the HTML stripped from the title and description elements in the $items array. I have looked back through Trac and cannot figure out where or how this change came about. Does anyone have any insight, or know of a flag that can be set to re-enable full HTML output?
WordPress 2.6 Output:
[description] => <p><a href="http://www.flickr.com/people/stephenyeargin/">yearginsm</a> posted a photo:</p>
<p><a href="http://www.flickr.com/photos/stephenyeargin/3137553548/" title="Getting Into the Holiday Spirits"><img src="http://farm4.static.flickr.com/3225/3137553548_e60aacabee_m.jpg" width="240" height="180" alt="Getting Into the Holiday Spirits" /></a></p>
WordPress 2.7 Output:
[description] => pa href=http://www.flickr.com/people/stephenyeargin/yearginsm/a posted a photo:/p
pa href=http://www.flickr.com/photos/stephenyeargin/3137553548/ title=Getting Into the Holiday Spiritsimg src=http://farm4.static.flickr.com/3225/3137553548_e60aacabee_m.jpg width=240 height=180 alt=Getting Into the Holiday Spirits //a/p
Related Topic: http://wordpress.org/support/topic/228752