[wp-trac] Re: [WordPress Trac] #8994: Incorporate MediaRSS Plugin
into core
WordPress Trac
wp-trac at lists.automattic.com
Fri Mar 27 00:40:07 GMT 2009
#8994: Incorporate MediaRSS Plugin into core
----------------------------+-----------------------------------------------
Reporter: technosailor | Owner: technosailor
Type: task (blessed) | Status: new
Priority: normal | Milestone: 2.8
Component: Feeds | Version:
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
Comment(by hailin):
The implementation uses media_rss filter to add media rss feeds to rss2
feed.
It improves the current mrss plugin and uses filter instead of adding
action to rss2_item.
In case the installation already has the current media rss plugin
installed,
it needs to comment out add_action('rss2_ns', 'mrss_ns'); in mrss_init()
in the plugin because that tries to add
xmlns:media="http://search.yahoo.com/mrss/" to the name space, and will
confuse feed reader if it's added twice.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/8994#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list