diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-19 12:16:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-19 12:16:56 +0000 |
commit | 8a58fd166251eccbb629f18b0873caed32673115 (patch) | |
tree | 357d2ca62286e1c369d6fea2b51f3385b8e20d6b /wp-admin/menu.php | |
parent | Releasing progress-linux version 6.5.2+dfsg1-1~progress7.99u1. (diff) | |
download | wordpress-8a58fd166251eccbb629f18b0873caed32673115.tar.xz wordpress-8a58fd166251eccbb629f18b0873caed32673115.zip |
Merging upstream version 6.5.3+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | wp-admin/menu.php | 2 |
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' ) ) { |