Ticket #16579: 16579-3.5.patch
| File 16579-3.5.patch, 468 bytes (added by georgestephanis, 11 months ago) |
|---|
-
wp-includes/query.php
2263 2263 } 2264 2264 } 2265 2265 2266 if ( ! empty( $this->tax_query->queries ) || !empty( $this->meta_query->queries) ) {2266 if ( ! empty( $this->tax_query->queries ) || ! empty( $this->meta_query->queries ) || ! empty( $q['meta_query'] ) ) { 2267 2267 $groupby = "{$wpdb->posts}.ID"; 2268 2268 } 2269 2269
