Skip to content

Commit eddd3ae

Browse files
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
1 parent 3109b32 commit eddd3ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/menu.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@
209209

210210
unset( $appearance_cap );
211211

212-
// Add 'Editor' to the bottom of the Appearance menu.
212+
// Add 'Theme Editor' to the bottom of the Appearance menu.
213213
if ( ! is_multisite() ) {
214214
add_action( 'admin_menu', '_add_themes_utility_last', 101 );
215215
}
216216
/**
217-
* Adds the (theme) 'Editor' link to the bottom of the Appearance menu.
217+
* Adds the 'Theme Editor' link to the bottom of the Appearance menu.
218218
*
219219
* @access private
220220
* @since 3.0.0

0 commit comments

Comments
 (0)