Changeset 17147 for trunk/wp-includes/query.php
- Timestamp:
- 12/25/2010 11:26:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r17083 r17147 2082 2082 2083 2083 // Back-compat 2084 if ( $this->is_category || $this->is_tag || $this->is_tax) {2084 if ( !empty($this->tax_query->queries) ) { 2085 2085 $tax_query_in = wp_list_filter( $this->tax_query->queries, array( 'operator' => 'IN' ) ); 2086 2086 if ( !empty( $tax_query_in ) ) {
Note: See TracChangeset
for help on using the changeset viewer.