Changeset 30026 for trunk/src/wp-includes/comment.php
- Timestamp:
- 10/26/2014 04:45:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r30004 r30026 560 560 $join .= $clauses['join']; 561 561 $where .= $clauses['where']; 562 $groupby = "{$wpdb->comments}.comment_ID"; 562 563 if ( ! $this->query_vars['count'] ) { 564 $groupby = "{$wpdb->comments}.comment_ID"; 565 } 563 566 } 564 567
Note: See TracChangeset
for help on using the changeset viewer.