Changeset 44166 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 12/14/2018 05:12:12 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43819,43832
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/class-wp-comment-query.php
r42875 r44166 636 636 $offset = absint( $this->query_vars['offset'] ); 637 637 $paged = absint( $this->query_vars['paged'] ); 638 $limits = ''; 638 639 639 640 if ( ! empty( $number ) ) { … … 820 821 } 821 822 822 $join = ''; 823 $join = ''; 824 $groupby = ''; 823 825 824 826 if ( $join_posts_table ) {
Note: See TracChangeset
for help on using the changeset viewer.