Changeset 30459 for trunk/src/wp-admin/menu.php
- Timestamp:
- 11/20/2014 03:28:55 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu.php
r29206 r30459 153 153 $customize_url = add_query_arg( 'return', urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ), 'customize.php' ); 154 154 $submenu['themes.php'][6] = array( __( 'Customize' ), 'customize', $customize_url, '', 'hide-if-no-customize' ); 155 unset( $customize_url ); 155 156 156 if ( current_theme_supports( 'menus' ) || current_theme_supports( 'widgets' ) ) { 157 157 $submenu['themes.php'][10] = array(__( 'Menus' ), 'edit_theme_options', 'nav-menus.php'); 158 158 } 159 160 if ( current_theme_supports( 'custom-header' ) && current_user_can( 'customize') ) { 161 $customize_header_url = add_query_arg( 'autofocus[control]', 'header_image', $customize_url ); 162 $submenu['themes.php'][15] = array( __( 'Header' ), $appearance_cap, $customize_header_url, '', 'hide-if-no-customize' ); 163 } 164 165 if ( current_theme_supports( 'custom-background' ) && current_user_can( 'customize') ) { 166 $customize_background_url = add_query_arg( 'autofocus[control]', 'background_image', $customize_url ); 167 $submenu['themes.php'][20] = array( __( 'Background' ), $appearance_cap, $customize_background_url, '', 'hide-if-no-customize' ); 168 } 169 170 unset( $customize_url ); 159 171 160 172 unset( $appearance_cap );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)