Skip to content

Commit 69164aa

Browse files
committed
Editor: Remove "beta" label from Site Editor submenu item.
One year later, the beta phase is finally over. Props priethor, matveb, audrasjb, hellofromtonya. Fixes #57654. git-svn-id: https://develop.svn.wordpress.org/trunk@55281 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d91fd84 commit 69164aa

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/wp-admin/menu.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,7 @@
203203
$submenu['themes.php'][5] = array( sprintf( __( 'Themes %s' ), $count ), $appearance_cap, 'themes.php' );
204204

205205
if ( wp_is_block_theme() ) {
206-
$submenu['themes.php'][6] = array(
207-
sprintf(
208-
/* translators: %s: "beta" label */
209-
__( 'Editor %s' ),
210-
'<span class="awaiting-mod">' . __( 'beta' ) . '</span>'
211-
),
212-
'edit_theme_options',
213-
'site-editor.php',
214-
);
206+
$submenu['themes.php'][6] = array( _x( 'Editor', 'site editor menu item' ), 'edit_theme_options', 'site-editor.php' );
215207
}
216208

217209
if ( ! wp_is_block_theme() && current_theme_supports( 'block-template-parts' ) ) {

0 commit comments

Comments
 (0)