Changeset 51518 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 07/30/2021 07:34:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r51298 r51518 325 325 * @since 4.2.0 326 326 * 327 * @param WP_Comment_Query $ thisThe WP_Comment_Query instance (passed by reference).327 * @param WP_Comment_Query $query The WP_Comment_Query instance (passed by reference). 328 328 */ 329 329 do_action_ref_array( 'parse_comment_query', array( &$this ) ); … … 371 371 * @since 3.1.0 372 372 * 373 * @param WP_Comment_Query $ thisCurrent instance of WP_Comment_Query (passed by reference).373 * @param WP_Comment_Query $query Current instance of WP_Comment_Query (passed by reference). 374 374 */ 375 375 do_action_ref_array( 'pre_get_comments', array( &$this ) );
Note: See TracChangeset
for help on using the changeset viewer.