Changeset 6025 for trunk/wp-includes/query.php
- Timestamp:
- 09/03/2007 11:19:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r6022 r6025 422 422 $array_keys = array('category__in', 'category__not_in', 'category__and', 423 423 'tag__in', 'tag__not_in', 'tag__and', 'tag_slug__in', 'tag_slug__and'); 424 424 425 425 foreach ( $array_keys as $key ) { 426 426 if ( !isset($array[$key]))
Note: See TracChangeset
for help on using the changeset viewer.