Changeset 6745
- Timestamp:
- 02/07/2008 04:04:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-includes/query.php
r6510 r6745 559 559 } 560 560 561 if ( !is_array($qv['category__ _not_in']) || empty($qv['category__not_in']) ) {561 if ( !is_array($qv['category__not_in']) || empty($qv['category__not_in']) ) { 562 562 $qv['category__not_in'] = array(); 563 563 } else { … … 586 586 } 587 587 588 if ( !is_array($qv['tag__ _not_in']) || empty($qv['tag__not_in']) ) {588 if ( !is_array($qv['tag__not_in']) || empty($qv['tag__not_in']) ) { 589 589 $qv['tag__not_in'] = array(); 590 590 } else {
Note: See TracChangeset
for help on using the changeset viewer.