Docs: Update the reference to Appearance → Theme Editor admin menu item in the inline documentation.

Follow-up to [42685].

See #51800.

git-svn-id: https://develop.svn.wordpress.org/trunk@49837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-12-18 15:44:26 +00:00
parent 3109b32fc9
commit eddd3ae02d

View File

@@ -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