Ticket #17054: 17054.2.diff
File 17054.2.diff, 540 bytes (added by , 14 years ago) |
---|
-
wp-includes/query.php
1510 1510 $this->parse_tax_query( $qv ); 1511 1511 1512 1512 foreach ( $this->tax_query->queries as $tax_query ) { 1513 if ( ( 'NOT' != $tax_query['operator'] ) && ( 'NOT IN' != $tax_query['operator'] )) {1513 if ( 'NOT IN' != $tax_query['operator'] ) { 1514 1514 switch ( $tax_query['taxonomy'] ) { 1515 1515 case 'category': 1516 1516 $this->is_category = true;