﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
3884,Refactor the_content_rss() to the_content_feed(),jeroyang,Viper007Bond,"Plugins using the filter ""the_content_rss"" are never applied in the RSS2 and Atom feeds, and still not working in the <content:encoded> tag of the RDF feed.

Line 45 in wp-rss2.php should be:

{{{
<content:encoded>
<![CDATA[<?php the_content_rss('', 0, '',, 2) ?>]]>
</content:encoded>
}}}

Line 39 in wp-atom.php should be:

{{{
<content type=""<?php bloginfo('html_type'); ?>"" mode=""escaped"" 
xml:base=""<?php permalink_single_rss() ?>"">
<![CDATA[<?php the_content_rss('', 0, '',, 2) ?>]]>
</content>
}}}

Line 52 in wp-rdf.php should be:
{{{
<content:encoded>
<![CDATA[<?php the_content_rss('', 0, '',, 2) ?>]]>
</content:encoded>
}}}

or something like that...",defect (bug),closed,normal,2.9,Feeds,2.1.1,normal,fixed,has-patch,joostdevalk dougal westi
