Make WordPress Core

Ticket #25229: rss.diff

File rss.diff, 479 bytes (added by natejacobs, 11 years ago)

wp-includes/rss.php

  • wp-includes/rss.php

     
    1717 */
    1818_deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/class-simplepie.php' );
    1919
    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
    2225 */
    2326do_action('load_feed_engine');
    2427