Changeset 45590 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 07/02/2019 11:41:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r45584 r45590 772 772 */ 773 773 if ( ! empty( $args['object_ids'] ) && 'all_with_object_id' != $_fields ) { 774 $_tt_ids = $_terms = array(); 774 $_tt_ids = array(); 775 $_terms = array(); 775 776 foreach ( $terms as $term ) { 776 777 if ( isset( $_tt_ids[ $term->term_id ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.