There is not a NOT operator. Props scribu. fixes #17054 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@17610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6549a0aa0e
commit
1e9c26c3ab
@ -1510,7 +1510,7 @@ class WP_Query {
|
||||
$this->parse_tax_query( $qv );
|
||||
|
||||
foreach ( $this->tax_query->queries as $tax_query ) {
|
||||
if ( ( 'NOT' != $tax_query['operator'] ) && ( 'NOT IN' != $tax_query['operator'] ) ) {
|
||||
if ( 'NOT IN' != $tax_query['operator'] ) {
|
||||
switch ( $tax_query['taxonomy'] ) {
|
||||
case 'category':
|
||||
$this->is_category = true;
|
||||
|
Loading…
Reference in New Issue
Block a user