Changeset 29083 for trunk/src/wp-admin/menu.php
- Timestamp:
- 07/11/2014 01:09:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu.php
r29026 r29083 149 149 150 150 $customize_url = add_query_arg( 'return', urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ), 'customize.php' ); 151 $submenu['themes.php'][6] = array( __( 'Customize' ), 'edit_theme_options', $customize_url, ' hide-if-no-customize' );151 $submenu['themes.php'][6] = array( __( 'Customize' ), 'edit_theme_options', $customize_url, '', 'hide-if-no-customize' ); 152 152 unset( $customize_url ); 153 153 if ( current_theme_supports( 'menus' ) || current_theme_supports( 'widgets' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.