Changeset 50128 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 02/01/2021 10:01:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r50034 r50128 282 282 'id' => $post->ID, 283 283 'title' => get_the_title( $post->ID ), 284 'author' => $authors[ $ post->post_author ],284 'author' => $authors[ $revision->post_author ], 285 285 'date' => date_i18n( __( 'M j, Y @ H:i' ), strtotime( $post->post_modified ) ), 286 286 'dateShort' => date_i18n( _x( 'j M @ H:i', 'revision date short format' ), strtotime( $post->post_modified ) ),
Note: See TracChangeset
for help on using the changeset viewer.