Changeset 38585 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 09/09/2016 07:36:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r38491 r38585 3265 3265 $query = $tax_query_in_and[ $matched_taxonomy ]; 3266 3266 3267 if ( $query['terms']) {3267 if ( ! empty( $query['terms'] ) ) { 3268 3268 if ( 'term_id' == $query['field'] ) { 3269 3269 $term = get_term( reset( $query['terms'] ), $matched_taxonomy );
Note: See TracChangeset
for help on using the changeset viewer.