Ticket #16730: 16730.quick-n-dirty.diff
File 16730.quick-n-dirty.diff, 471 bytes (added by , 14 years ago) |
---|
-
wp-includes/query.php
1654 1654 } 1655 1655 1656 1656 foreach ( $GLOBALS['wp_taxonomies'] as $taxonomy => $t ) { 1657 if ( 'post_tag' == $taxonomy ) 1658 continue; // handled further down 1659 1657 1660 if ( $t->query_var && !empty( $q[$t->query_var] ) ) { 1658 1661 $tax_query_defaults = array( 1659 1662 'taxonomy' => $taxonomy,