What's the recommended way for plugins to add menus to the new admin bar in 3.1? Is there a nice wrapper function like the administration menus, or should plugins just use the add_menu() method of the global $wp_admin_bar object? John