Changeset 52830 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/08/2022 04:23:34 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r52826 r52830 3991 3991 $fresh_terms = $wpdb->get_results( sprintf( "SELECT t.*, tt.* FROM $wpdb->terms AS t INNER JOIN $wpdb->term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id IN (%s)", implode( ',', array_map( 'intval', $non_cached_ids ) ) ) ); 3992 3992 3993 update_term_cache( $fresh_terms , $update_meta_cache);3993 update_term_cache( $fresh_terms ); 3994 3994 3995 3995 if ( $update_meta_cache ) {
Note: See TracChangeset
for help on using the changeset viewer.