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/query.php

    r37509 r37544  
    38843884
    38853885        /**
    3886          * Whether there are more posts available in the loop.
    3887          *
    3888          * Calls action 'loop_end', when the loop is complete.
     3886         * Determines whether there are more posts available in the loop.
     3887         *
     3888         * Calls the {@see 'loop_end'} action when the loop is complete.
    38893889         *
    38903890         * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.