Changeset 32654 for trunk/src/wp-admin/menu.php
- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu.php
r32643 r32654 171 171 172 172 // Add 'Editor' to the bottom of the Appearance menu. 173 if ( ! is_multisite() ) 173 if ( ! is_multisite() ) { 174 174 add_action('admin_menu', '_add_themes_utility_last', 101); 175 } 176 /** 177 * 178 */ 175 179 function _add_themes_utility_last() { 176 180 // Must use API on the admin_menu hook, direct modification is only possible on/before the _admin_menu hook
Note: See TracChangeset
for help on using the changeset viewer.