Remove code commented out in [19006]. see #18197.

git-svn-id: https://develop.svn.wordpress.org/trunk@19026 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-10-20 14:33:18 +00:00
parent f4d5f4fceb
commit 6387565b38

View File

@ -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;