X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/61343b82c4f0da4c68e4c6373daafff4a81efdd1..fa11948979fd6a4ea5705dc613b239699a459db3:/wp-includes/rss.php?ds=sidebyside diff --git a/wp-includes/rss.php b/wp-includes/rss.php index cd08ec99..ab6ead0f 100644 --- a/wp-includes/rss.php +++ b/wp-includes/rss.php @@ -10,6 +10,7 @@ * * @package External * @subpackage MagpieRSS + * @deprecated 3.0.0 Use SimplePie instead. */ /** @@ -17,10 +18,13 @@ */ _deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/class-simplepie.php' ); -/* - * Hook to use another RSS object instead of MagpieRSS +/** + * Fires before MagpieRSS is loaded, to optionally replace it. + * + * @since 2.3.0 + * @deprecated 3.0.0 */ -do_action('load_feed_engine'); +do_action( 'load_feed_engine' ); /** RSS feed constant. */ define('RSS', 'RSS');