@@ 451-457 (lines=7) @@ | ||
448 | add_submenu_page( $appearance_slug, esc_attr__( 'Customize', 'jetpack' ), __( 'Customize', 'jetpack' ), 'customize', $customize_slug, null, 5 ); |
|
449 | add_submenu_page( $appearance_slug, esc_attr__( 'Themes', 'jetpack' ), __( 'Themes', 'jetpack' ), 'switch_themes', $themes_slug, null, 10 ); |
|
450 | ||
451 | if ( current_theme_supports( 'custom-header' ) && $user_can_customize ) { |
|
452 | $customize_header_url = add_query_arg( array( 'autofocus' => array( 'control' => 'header_image' ) ), $customize_url ); |
|
453 | remove_submenu_page( 'themes.php', $customize_header_url ); |
|
454 | ||
455 | $customize_header_url = add_query_arg( array( 'autofocus' => array( 'control' => 'header_image' ) ), $appearance_slug ); |
|
456 | add_submenu_page( $appearance_slug, __( 'Header', 'jetpack' ), __( 'Header', 'jetpack' ), $appearance_cap, esc_url( $customize_header_url ), null, 15 ); |
|
457 | } |
|
458 | ||
459 | if ( current_theme_supports( 'custom-background' ) && $user_can_customize ) { |
|
460 | $customize_background_url = add_query_arg( array( 'autofocus' => array( 'control' => 'background_image' ) ), $customize_url ); |
|
@@ 459-465 (lines=7) @@ | ||
456 | add_submenu_page( $appearance_slug, __( 'Header', 'jetpack' ), __( 'Header', 'jetpack' ), $appearance_cap, esc_url( $customize_header_url ), null, 15 ); |
|
457 | } |
|
458 | ||
459 | if ( current_theme_supports( 'custom-background' ) && $user_can_customize ) { |
|
460 | $customize_background_url = add_query_arg( array( 'autofocus' => array( 'control' => 'background_image' ) ), $customize_url ); |
|
461 | remove_submenu_page( 'themes.php', $customize_background_url ); |
|
462 | ||
463 | $customize_background_url = add_query_arg( array( 'autofocus' => array( 'control' => 'background_image' ) ), $appearance_slug ); |
|
464 | add_submenu_page( $appearance_slug, esc_attr__( 'Background', 'jetpack' ), __( 'Background', 'jetpack' ), $appearance_cap, esc_url( $customize_background_url ), null, 20 ); |
|
465 | } |
|
466 | ||
467 | if ( current_theme_supports( 'widgets' ) ) { |
|
468 | remove_submenu_page( 'themes.php', 'widgets.php' ); |