﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
16005,"When trying to remove an item from the admin bar, a blank spot is added in lieu of it",sorich87,,"I am trying to remove items from the admin bar (parent or child items) but a blank spot is added in lieu of the removed item. See attached screenshot.

Here is the code I am using:
{{{
add_action( 'admin_bar_menu', 'wpss_admin_bar_menu', 100 );

function wpss_admin_bar_menu() {
	global $wp_admin_bar;

	$wp_admin_bar->remove_menu( 'new-post' );
	$wp_admin_bar->remove_menu( 'my-blogs' );
}
}}}",defect (bug),closed,normal,3.1,Administration,3.1,normal,fixed,has-patch,kpdesign
