Changeset 58038
- Timestamp:
- 04/23/2024 05:33:01 PM (6 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-admin/menu.php
r57866 r58038 207 207 $submenu['themes.php'][6] = array( _x( 'Editor', 'site editor menu item' ), 'edit_theme_options', 'site-editor.php' ); 208 208 } else { 209 $submenu['themes.php'][6] = array( _ _( 'Patterns' ), 'edit_theme_options', 'edit.php?post_type=wp_block' );209 $submenu['themes.php'][6] = array( _x( 'Patterns', 'patterns menu item' ), 'edit_theme_options', 'edit.php?post_type=wp_block' ); 210 210 } 211 211
Note: See TracChangeset
for help on using the changeset viewer.