diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php index 96af0b60d1..475fb54d97 100644 --- a/src/wp-includes/post-template.php +++ b/src/wp-includes/post-template.php @@ -1877,7 +1877,7 @@ function wp_post_revision_title_expanded( $revision, $link = true ) { __( '%1$s %2$s, %3$s ago (%4$s)' ), $gravatar, $author, - human_time_diff( strtotime( $revision->post_modified ), current_time( 'timestamp' ) ), + human_time_diff( strtotime( $revision->post_modified_gmt ) ), $date );