mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user