Skip to content

Commit b1f0843

Browse files
author
joedolson
committed
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
1 parent 85cd4a1 commit b1f0843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/site-editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747

4848
// Used in the HTML title tag.
49-
$title = __( 'Editor (beta)' );
49+
$title = _x( 'Editor', 'site editor title tag' );
5050
$parent_file = 'themes.php';
5151

5252
// Flag that we're loading the block editor.

0 commit comments

Comments
 (0)