mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Docs: Apply inline @see tags to hooks referenced in DocBlocks for root directory files.
Applying these specially-crafted `@see` tags allows the Code Reference parser to recognize and link these elements as hooks. See #36921. git-svn-id: https://develop.svn.wordpress.org/trunk@37536 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -385,10 +385,10 @@ $GLOBALS['wp']->init();
|
||||
* Fires after WordPress has finished loading but before any headers are sent.
|
||||
*
|
||||
* Most of WP is loaded at this stage, and the user is authenticated. WP continues
|
||||
* to load on the init hook that follows (e.g. widgets), and many plugins instantiate
|
||||
* to load on the {@see 'init'} hook that follows (e.g. widgets), and many plugins instantiate
|
||||
* themselves on it for all sorts of reasons (e.g. they need a user, a taxonomy, etc.).
|
||||
*
|
||||
* If you wish to plug an action once WP is loaded, use the wp_loaded hook below.
|
||||
* If you wish to plug an action once WP is loaded, use the {@see 'wp_loaded'} hook below.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user