summaryrefslogtreecommitdiffstats
path: root/wp-admin/menu.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-19 12:16:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-19 12:16:54 +0000
commitc790e928a86aaeed6bae63d80c583554ce8e3b7c (patch)
tree41a9fd929e2e1c6c833c00b8be762b68053e77f4 /wp-admin/menu.php
parentAdding upstream version 6.5.2+dfsg1. (diff)
downloadwordpress-c790e928a86aaeed6bae63d80c583554ce8e3b7c.tar.xz
wordpress-c790e928a86aaeed6bae63d80c583554ce8e3b7c.zip
Adding upstream version 6.5.3+dfsg1.upstream/6.5.3+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-admin/menu.php')
-rw-r--r--wp-admin/menu.php2
1 files changed, 1 insertions, 1 deletions
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' ) ) {