diff --git a/src/wp-admin/revision.php b/src/wp-admin/revision.php
index 458a749262..72b8e74ae2 100644
--- a/src/wp-admin/revision.php
+++ b/src/wp-admin/revision.php
@@ -104,10 +104,10 @@ switch ( $action ) {
}
$post_edit_link = get_edit_post_link();
- $post_title = '' . _draft_or_post_title() . '';
+ $post_title = '' . _draft_or_post_title() . '';
/* translators: %s: Post title. */
$h1 = sprintf( __( 'Compare Revisions of “%s”' ), $post_title );
- $return_to_post = '' . __( '← Go to editor' ) . '';
+ $return_to_post = '' . __( '← Go to editor' ) . '';
// Used in the HTML title tag.
$title = __( 'Revisions' );