diff --git a/wp-admin/menu.php b/wp-admin/menu.php index a756fa40f3..7959e724c9 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -206,7 +206,7 @@ if ( ! is_multisite() && current_user_can( 'update_themes' ) ) { if ( wp_is_block_theme() ) { $submenu['themes.php'][6] = array( _x( 'Editor', 'site editor menu item' ), 'edit_theme_options', 'site-editor.php' ); } else { - $submenu['themes.php'][6] = array( __( 'Patterns', 'site editor menu item' ), 'edit_theme_options', 'edit.php?post_type=wp_block' ); + $submenu['themes.php'][6] = array( __( 'Patterns' ), 'edit_theme_options', 'edit.php?post_type=wp_block' ); } if ( ! wp_is_block_theme() && current_theme_supports( 'block-template-parts' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index e538ae8d5d..51bb22d56d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57861'; +$wp_version = '6.6-alpha-57864'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.