Changeset 54939
- Timestamp:
- 12/06/2022 01:40:47 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r54749 r54939 195 195 $show_avatars = get_option( 'show_avatars' ); 196 196 197 cache_users( wp_list_pluck( $revisions, 'post_author' ));197 update_post_author_caches( $revisions ); 198 198 199 199 $can_restore = current_user_can( 'edit_post', $post->ID );
Note: See TracChangeset
for help on using the changeset viewer.