Changeset 6435
- Timestamp:
- 12/20/2007 08:59:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r6412 r6435 561 561 } 562 562 563 if ( !is_array($qv['category__ _not_in']) || empty($qv['category__not_in']) ) {563 if ( !is_array($qv['category__not_in']) || empty($qv['category__not_in']) ) { 564 564 $qv['category__not_in'] = array(); 565 565 } else { … … 588 588 } 589 589 590 if ( !is_array($qv['tag__ _not_in']) || empty($qv['tag__not_in']) ) {590 if ( !is_array($qv['tag__not_in']) || empty($qv['tag__not_in']) ) { 591 591 $qv['tag__not_in'] = array(); 592 592 } else {
Note: See TracChangeset
for help on using the changeset viewer.