diff --git a/wp-admin/revision.php b/wp-admin/revision.php index 458a749262..72b8e74ae2 100644 --- a/wp-admin/revision.php +++ b/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' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 51c45d9394..25129a3633 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56436'; +$wp_version = '6.4-alpha-56437'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.