@@ 467-472 (lines=6) @@ | ||
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' ); |
|
469 | ||
470 | $customize_menu_url = add_query_arg( array( 'autofocus' => array( 'panel' => 'widgets' ) ), $appearance_slug ); |
|
471 | add_submenu_page( $appearance_slug, esc_attr__( 'Widgets', 'jetpack' ), __( 'Widgets', 'jetpack' ), $appearance_cap, esc_url( $customize_menu_url ), null, 20 ); |
|
472 | } |
|
473 | ||
474 | if ( current_theme_supports( 'menus' ) || current_theme_supports( 'widgets' ) ) { |
|
475 | remove_submenu_page( 'themes.php', 'nav-menus.php' ); |
|
@@ 474-479 (lines=6) @@ | ||
471 | add_submenu_page( $appearance_slug, esc_attr__( 'Widgets', 'jetpack' ), __( 'Widgets', 'jetpack' ), $appearance_cap, esc_url( $customize_menu_url ), null, 20 ); |
|
472 | } |
|
473 | ||
474 | if ( current_theme_supports( 'menus' ) || current_theme_supports( 'widgets' ) ) { |
|
475 | remove_submenu_page( 'themes.php', 'nav-menus.php' ); |
|
476 | ||
477 | $customize_menu_url = add_query_arg( array( 'autofocus' => array( 'panel' => 'nav_menus' ) ), $appearance_slug ); |
|
478 | add_submenu_page( $appearance_slug, esc_attr__( 'Menus', 'jetpack' ), __( 'Menus', 'jetpack' ), $appearance_cap, esc_url( $customize_menu_url ), null, 20 ); |
|
479 | } |
|
480 | ||
481 | $this->migrate_submenus( 'themes.php', $appearance_slug ); |
|
482 | } |