mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Docs: Update the reference to Appearance → Theme Editor admin menu item in the inline documentation.
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
This commit is contained in:
parent
24d77a5793
commit
41c9686313
@ -209,12 +209,12 @@ if ( current_theme_supports( 'custom-background' ) && current_user_can( 'customi
|
|||||||
|
|
||||||
unset( $appearance_cap );
|
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() ) {
|
if ( ! is_multisite() ) {
|
||||||
add_action( 'admin_menu', '_add_themes_utility_last', 101 );
|
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
|
* @access private
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user