From 41c9686313bc85db95531dec1e8f75139f3fdd9a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Dec 2020 15:46:04 +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. Built from https://develop.svn.wordpress.org/trunk@49837 git-svn-id: http://core.svn.wordpress.org/trunk@49556 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/menu.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/menu.php b/wp-admin/menu.php index edacdaefed..9b479da344 100644 --- a/wp-admin/menu.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index a520fca80f..c43d5889dc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49836'; +$wp_version = '5.7-alpha-49837'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.