Make WordPress Core


Ignore:
Timestamp:
05/23/2016 06:58:48 PM (7 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/category-template.php

    r37496 r37542  
    778778 * the 'format' argument will return in PHP array type format.
    779779 *
    780  * The 'tag_cloud_sort' filter allows you to override the sorting.
     780 * The {@see 'tag_cloud_sort'} filter allows you to override the sorting.
    781781 * Passed to the filter: $tags array and $args array, has to return the $tags array
    782782 * after sorting it.
Note: See TracChangeset for help on using the changeset viewer.