Ticket #26728: query.php.diff
File query.php.diff, 659 bytes (added by , 12 years ago) |
---|
-
home/lew/public_html/wp-includes/query.php
3271 3271 } 3272 3272 } elseif ( $this->is_tag ) { 3273 3273 $term = get_term( $this->get( 'tag_id' ), 'post_tag' ); 3274 } elseif ( $ query['terms']) {3274 } elseif ( $this->is_tax ) { 3275 3275 $tax_query_in_and = wp_list_filter( $this->tax_query->queries, array( 'operator' => 'NOT IN' ), 'NOT' ); 3276 3276 $query = reset( $tax_query_in_and ); 3277 3277