Changeset 43314 for branches/4.9/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 05/25/2018 01:25:55 AM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-term-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/class-wp-term-query.php
r41881 r43314 672 672 $cache = wp_cache_get( $cache_key, 'terms' ); 673 673 if ( false !== $cache ) { 674 if ( 'all' === $_fields ) {674 if ( 'all' === $_fields || 'all_with_object_id' === $_fields ) { 675 675 $cache = array_map( 'get_term', $cache ); 676 676 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)