Inline docs for hooks in MagPie.

props natejacobs.
see #25229.


git-svn-id: https://develop.svn.wordpress.org/trunk@25286 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-09-06 17:18:33 +00:00
parent 2661cd53fc
commit c4068bc95b
1 changed files with 7 additions and 3 deletions

View File

@ -10,6 +10,7 @@
* *
* @package External * @package External
* @subpackage MagpieRSS * @subpackage MagpieRSS
* @deprecated 3.0.0 Use SimplePie instead.
*/ */
/** /**
@ -17,8 +18,11 @@
*/ */
_deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/class-simplepie.php' ); _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' );