Changeset 55281
- Timestamp:
- 02/07/2023 05:40:19 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu.php
r54176 r55281 204 204 205 205 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' ); 215 207 } 216 208
Note: See TracChangeset
for help on using the changeset viewer.