Administration: Match title tag to menu item for Editor.

Removes 'beta' from the title element for the site editor. Follow up to [55281].

Props kebbet.
Fixes #57654.

git-svn-id: https://develop.svn.wordpress.org/trunk@55288 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
joedolson
2023-02-07 18:50:01 +00:00
parent 85cd4a1e1f
commit b1f084389c

View File

@@ -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.