Changeset 17611
- Timestamp:
- 04/06/2011 04:09:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/query.php
r17607 r17611 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':
Note: See TracChangeset
for help on using the changeset viewer.