Make WordPress Core


Ignore:
Timestamp:
05/23/2016 06:58:48 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.

Applying these specially-crafted @see tags allows the Code Reference parser to recognize and link these elements as actions and filters.

See #36921.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp.php

    r37518 r37542  
    514514     * Sets the query string property based off of the query variable property.
    515515     *
    516      * The 'query_string' filter is deprecated, but still works. Plugins should
    517      * use the 'request' filter instead.
     516     * The {@see 'query_string'} filter is deprecated, but still works. Plugins should
     517     * use the {@see 'request'} filter instead.
    518518     *
    519519     * @since 2.0.0
     
    712712     * Sets up all of the variables required by the WordPress environment.
    713713     *
    714      * The action 'wp' has one parameter that references the WP object. It
     714     * The action {@see 'wp'} has one parameter that references the WP object. It
    715715     * allows for accessing the properties and methods to further manipulate the
    716716     * object.
Note: See TracChangeset for help on using the changeset viewer.