Make WordPress Core


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

Fixes #36921.

File:
1 edited

Legend:

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

    r37506 r37544  
    12341234     * Filters the terms query default arguments.
    12351235     *
    1236      * Use 'get_terms_args' to filter the passed arguments.
     1236     * Use {@see 'get_terms_args'} to filter the passed arguments.
    12371237     *
    12381238     * @since 4.4.0
     
    21082108             * Filters the category nicename before it is sanitized.
    21092109             *
    2110              * Use the pre_{$taxonomy}_{$field} hook instead.
     2110             * Use the {@see 'pre_$taxonomy_$field'} hook instead.
    21112111             *
    21122112             * @since 2.0.3
Note: See TracChangeset for help on using the changeset viewer.