Ticket #25229: rss.diff
File rss.diff, 479 bytes (added by , 11 years ago) |
---|
-
wp-includes/rss.php
17 17 */ 18 18 _deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/class-simplepie.php' ); 19 19 20 /* 21 * Hook to use another RSS object instead of MagpieRSS 20 /** 21 * Use another RSS object instead of MagpieRSS. 22 * 23 * @since 2.3.0 24 * @deprecated 3.0.0 22 25 */ 23 26 do_action('load_feed_engine'); 24 27