- Timestamp:
- 09/08/2022 10:15:15 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r53414 r54099 791 791 $this->comment_pending_count = get_pending_comments_num( $post_ids ); 792 792 } 793 update_post_author_caches( $posts ); 793 794 794 795 foreach ( $posts as $post ) { … … 886 887 $ids = array_keys( $to_display ); 887 888 _prime_post_caches( $ids ); 889 $_posts = array_map( 'get_post', $ids ); 890 update_post_author_caches( $_posts ); 888 891 889 892 if ( ! isset( $GLOBALS['post'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.