[wp-trac] [WordPress Trac] #5368: It's not possible to replace the RSS parser (MagpieRSS) via a plugin

WordPress Trac wp-trac at lists.automattic.com
Mon Nov 19 21:54:17 GMT 2007


#5368: It's not possible to replace the RSS parser (MagpieRSS) via a plugin
-------------------------+--------------------------------------------------
 Reporter:  johnbillion  |       Owner:  anonymous
     Type:  defect       |      Status:  new      
 Priority:  normal       |   Milestone:           
Component:  General      |     Version:  2.3.1    
 Severity:  normal       |    Keywords:  magpierss
-------------------------+--------------------------------------------------
 r5845 doesn't do as intended.

 The file `wp-includes/rss.php` is loaded before plugins are loaded,
 therefore a plugin isn't able to replace the `fetch_rss()` function (which
 was the intention of r5845) as it's already been declared in `wp-
 includes/rss.php`.

 Not sure what to do about this one aside from moving `fetch_rss()` into
 `wp-includes/pluggable.php`.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5368>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list