Changeset 43313 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 05/25/2018 01:22:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r43308 r43313 678 678 $cache = wp_cache_get( $cache_key, 'terms' ); 679 679 if ( false !== $cache ) { 680 if ( 'all' === $_fields ) {680 if ( 'all' === $_fields || 'all_with_object_id' === $_fields ) { 681 681 $cache = $this->populate_terms( $cache ); 682 682 }
Note: See TracChangeset
for help on using the changeset viewer.