Changeset 57866
- Timestamp:
- 03/22/2024 03:24:43 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
r57543 r57866 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' , 'site editor menu item'), 'edit_theme_options', 'edit.php?post_type=wp_block' );209 $submenu['themes.php'][6] = array( __( 'Patterns' ), 'edit_theme_options', 'edit.php?post_type=wp_block' ); 210 210 } 211 211
Note: See TracChangeset
for help on using the changeset viewer.