Changeset 55671 for trunk/src/wp-includes/post.php
- Timestamp:
- 04/21/2023 09:22:04 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r55642 r55671 7693 7693 } 7694 7694 7695 if ( $term_ids ) { 7696 $lazyloader = wp_metadata_lazyloader(); 7697 $lazyloader->queue_objects( 'term', $term_ids ); 7698 } 7695 wp_lazyload_term_meta( $term_ids ); 7699 7696 } 7700 7697
Note: See TracChangeset
for help on using the changeset viewer.