Make WordPress Core


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

Docs: Apply inline @see tags to hooks referenced in DocBlocks for wp-admin/* 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-admin/includes/misc.php

    r37488 r37537  
    2121     *
    2222     * This filter was previously used to force URL rewriting for other servers,
    23      * like nginx. Use the got_url_rewrite filter in got_url_rewrite() instead.
     23     * like nginx. Use the {@see 'got_url_rewrite'} filter in got_url_rewrite() instead.
    2424     *
    2525     * @since 2.5.0
Note: See TracChangeset for help on using the changeset viewer.