Changeset 37873 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 06/26/2016 02:27:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r37625 r37873 411 411 $comment_ids = array_map( 'intval', $comment_ids ); 412 412 413 $this->comment_count = count( $this->comments );414 415 413 if ( $comment_ids && $this->query_vars['number'] && ! $this->query_vars['no_found_rows'] ) { 416 414 /**
Note: See TracChangeset
for help on using the changeset viewer.