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-activate.php

    r36416 r37536  
    3333
    3434/**
    35  * Adds an action hook specific to this page that fires on wp_head
     35 * Adds an action hook specific to this page.
     36 *
     37 * Fires on {@see 'wp_head'}.
    3638 *
    3739 * @since MU
    3840 */
    3941function do_activate_header() {
    40     /**
    41      * Fires before the Site Activation page is loaded, but on the wp_head action.
     42    /**
     43     * Fires before the Site Activation page is loaded.
     44     *
     45     * Fires on the {@see 'wp_head'} action.
    4246     *
    4347     * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.