Changeset 15850
- Timestamp:
- 10/19/2010 02:41:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r15848 r15850 1450 1450 } 1451 1451 1452 if ( !empty($q['taxonomy']) && !empty($q['term']) ) { 1453 $tax_query[] = array( 1454 'taxonomy' => $q['taxonomy'], 1455 'terms' => $q['term'], 1456 ); 1457 } 1458 1452 1459 foreach ( $GLOBALS['wp_taxonomies'] as $taxonomy => $t ) { 1453 1460 if ( $t->query_var && !empty( $q[$t->query_var] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.