From c790e928a86aaeed6bae63d80c583554ce8e3b7c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 19 May 2024 14:16:54 +0200 Subject: Adding upstream version 6.5.3+dfsg1. Signed-off-by: Daniel Baumann --- wp-admin/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin/menu.php') diff --git a/wp-admin/menu.php b/wp-admin/menu.php index 7959e72..8076479 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' ) ) { -- cgit v1.2.3