Changeset 16894 for trunk/wp-includes/query.php
- Timestamp:
- 12/13/2010 03:15:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r16893 r16894 1981 1981 } 1982 1982 1983 if ( $this->is_category || $this->is_tag || $this->is_tax|| !empty( $q['meta_key'] ) ) {1983 if ( !empty( $this->tax_query->queries ) || !empty( $q['meta_key'] ) ) { 1984 1984 $groupby = "{$wpdb->posts}.ID"; 1985 1985 }
Note: See TracChangeset
for help on using the changeset viewer.