Make WordPress Core


Ignore:
Timestamp:
05/23/2016 06:53:05 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks for core classes.

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

    r37492 r37539  
    6363     * SQL WHERE clause.
    6464     *
    65      * Stored after the 'comments_clauses' filter is run on the compiled WHERE sub-clauses.
     65     * Stored after the {@see 'comments_clauses'} filter is run on the compiled WHERE sub-clauses.
    6666     *
    6767     * @since 4.4.2
Note: See TracChangeset for help on using the changeset viewer.