diff --git a/wp-admin/site-editor.php b/wp-admin/site-editor.php index 016245a677..23d44d7ea2 100644 --- a/wp-admin/site-editor.php +++ b/wp-admin/site-editor.php @@ -46,7 +46,7 @@ if ( $home_template && empty( $_GET['postType'] ) && empty( $_GET['postId'] ) ) } // Used in the HTML title tag. -$title = __( 'Editor (beta)' ); +$title = _x( 'Editor', 'site editor title tag' ); $parent_file = 'themes.php'; // Flag that we're loading the block editor. diff --git a/wp-includes/version.php b/wp-includes/version.php index c8e1282915..995c2adbe5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55287'; +$wp_version = '6.2-alpha-55288'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.