Make WordPress Core


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

See #36921.

File:
1 edited

Legend:

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

    r37516 r37543  
    6969 *
    7070 * The default feed is 'rss2', unless a plugin changes it through the
    71  * 'default_feed' filter.
     71 * {@see 'default_feed'} filter.
    7272 *
    7373 * @since 2.5.0
Note: See TracChangeset for help on using the changeset viewer.