Ticket #15978: 15978.2.patch
| File 15978.2.patch, 478 bytes (added by dd32, 2 years ago) |
|---|
-
query.php
2081 2081 } 2082 2082 2083 2083 // Back-compat 2084 if ( $this->is_category || $this->is_tag || $this->is_tax) {2084 if ( !empty($this->tax_query->queries) ) { 2085 2085 $tax_query_in = wp_list_filter( $this->tax_query->queries, array( 'operator' => 'IN' ) ); 2086 2086 if ( !empty( $tax_query_in ) ) { 2087 2087 if ( !isset( $q['taxonomy'] ) ) {