diff --git a/wp-includes/admin-bar.php b/wp-includes/admin-bar.php index d8928a654..d3c46c884 100644 --- a/wp-includes/admin-bar.php +++ b/wp-includes/admin-bar.php @@ -572,15 +572,6 @@ function wp_admin_bar_appearance_menu( $wp_admin_bar ) { if ( ! current_user_can('switch_themes') && ! current_user_can( 'edit_theme_options' ) ) return; - /* take the subs one level up - $wp_admin_bar->add_menu( array( - 'id' => 'appearance', - 'title' => __('Appearance'), - 'href' => admin_url('themes.php'), - 'parent' => 'site-name', - ) ); - */ - if ( ! current_user_can( 'edit_theme_options' ) ) return;