Make WordPress Core


Ignore:
Timestamp:
08/03/2017 02:33:19 PM (9 years ago)
Author:
johnbillion
Message:

Docs: Fix various filter documentation.

See #38462, #41017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-comment-query.php

    r41190 r41215  
    446446                 * @since 3.1.0
    447447                 *
    448                  * @param array            $results An array of comments.
    449                  * @param WP_Comment_Query &$this    Current instance of WP_Comment_Query, passed by reference.
     448                 * @param array            $_comments An array of comments.
     449                 * @param WP_Comment_Query &$this     Current instance of WP_Comment_Query, passed by reference.
    450450                 */
    451451                $_comments = apply_filters_ref_array( 'the_comments', array( $_comments, &$this ) );
Note: See TracChangeset for help on using the changeset viewer.