mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Inline docs for hooks in MagPie.
props natejacobs. see #25229. Built from https://develop.svn.wordpress.org/trunk@25286 git-svn-id: http://core.svn.wordpress.org/trunk@25250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a4841da471
commit
3a28152826
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user