diff --git src/wp-admin/includes/revision.php src/wp-admin/includes/revision.php
index 496282529c..9c4df8a943 100644
|
|
|
function wp_prepare_revisions_for_js( $post, $selected_revision_id, $from = null |
| 281 | 281 | $revisions[ $post->ID ] = array( |
| 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 ) ), |
| 287 | 287 | /* translators: %s: Human-readable time difference. */ |