mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Correct @since values for various hooks. fixes #25766.
git-svn-id: https://develop.svn.wordpress.org/trunk@25991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -219,7 +219,7 @@ if ( WP_CACHE && function_exists( 'wp_cache_postload' ) )
|
||||
*
|
||||
* Pluggable functions are also available at this point in the loading order.
|
||||
*
|
||||
* @since 1.5.2
|
||||
* @since 1.5.0
|
||||
*/
|
||||
do_action( 'plugins_loaded' );
|
||||
|
||||
@@ -335,7 +335,7 @@ $wp->init();
|
||||
*
|
||||
* If you wish to plug an action once WP is loaded, use the wp_loaded hook below.
|
||||
*
|
||||
* @since 1.5.2
|
||||
* @since 1.5.0
|
||||
*/
|
||||
do_action( 'init' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user