From eddd3ae02d32fef5af7a4065da54d1f398e3ed27 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Dec 2020 15:44:26 +0000 Subject: [PATCH] =?UTF-8?q?Docs:=20Update=20the=20reference=20to=20Appeara?= =?UTF-8?q?nce=20=E2=86=92=20Theme=20Editor=20admin=20menu=20item=20in=20t?= =?UTF-8?q?he=20inline=20documentation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to [42685]. See #51800. git-svn-id: https://develop.svn.wordpress.org/trunk@49837 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/menu.php b/src/wp-admin/menu.php index edacdaefed..9b479da344 100644 --- a/src/wp-admin/menu.php +++ b/src/wp-admin/menu.php @@ -209,12 +209,12 @@ if ( current_theme_supports( 'custom-background' ) && current_user_can( 'customi unset( $appearance_cap ); -// Add 'Editor' to the bottom of the Appearance menu. +// Add 'Theme Editor' to the bottom of the Appearance menu. if ( ! is_multisite() ) { add_action( 'admin_menu', '_add_themes_utility_last', 101 ); } /** - * Adds the (theme) 'Editor' link to the bottom of the Appearance menu. + * Adds the 'Theme Editor' link to the bottom of the Appearance menu. * * @access private * @since 3.0.0