- Timestamp:
- 06/15/2022 10:41:32 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r53499 r53506 370 370 $posts = array(); 371 371 372 update_post_parent_caches( $query_result ); 372 373 update_post_author_caches( $query_result ); 373 374 if ( post_type_supports( $this->post_type, 'thumbnail' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.