- Timestamp:
- 12/18/2020 03:44:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu.php
r47600 r49837 210 210 unset( $appearance_cap ); 211 211 212 // Add ' Editor' to the bottom of the Appearance menu.212 // Add 'Theme Editor' to the bottom of the Appearance menu. 213 213 if ( ! is_multisite() ) { 214 214 add_action( 'admin_menu', '_add_themes_utility_last', 101 ); 215 215 } 216 216 /** 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. 218 218 * 219 219 * @access private
Note: See TracChangeset
for help on using the changeset viewer.