diff --git a/wp-admin/menu.php b/wp-admin/menu.php index 7959e724c9..8076479220 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' ), 'edit_theme_options', 'edit.php?post_type=wp_block' ); + $submenu['themes.php'][6] = array( _x( 'Patterns', 'patterns menu item' ), '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 ef415e27e9..ee452f4157 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5.3-alpha-58036'; +$wp_version = '6.5.3-alpha-58038'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.