Make WordPress Core


Ignore:
Timestamp:
05/23/2016 07:01:40 PM (9 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.

Fixes #36921.

File:
1 edited

Legend:

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

    r37518 r37544  
    209209     * Filters the REST URL.
    210210     *
    211      * Use this filter to adjust the url returned by the `get_rest_url` function.
     211     * Use this filter to adjust the url returned by the get_rest_url() function.
    212212     *
    213213     * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.