Ticket #37187: 37187.diff
| File 37187.diff, 544 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/class-wp-comment-query.php
410 410 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 /** 417 415 * Filters the query used to retrieve found comment count.