Make WordPress Core


Ignore:
Timestamp:
05/23/2016 05:06:40 PM (7 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r37477 r37536  
    386386 *
    387387 * Most of WP is loaded at this stage, and the user is authenticated. WP continues
    388  * to load on the init hook that follows (e.g. widgets), and many plugins instantiate
     388 * to load on the {@see 'init'} hook that follows (e.g. widgets), and many plugins instantiate
    389389 * themselves on it for all sorts of reasons (e.g. they need a user, a taxonomy, etc.).
    390390 *
    391  * If you wish to plug an action once WP is loaded, use the wp_loaded hook below.
     391 * If you wish to plug an action once WP is loaded, use the {@see 'wp_loaded'} hook below.
    392392 *
    393393 * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.