Remove the new adminbar in WP 3.1
Talk March 10, 2011
Don’t like the new adminbar which is enabled by default in WordPress 3.1? If so, add the following snippet to your themes function.php file:
// remove the ADMIN BAR from the front-end (introduced in WP 3.1)
show_admin_bar(false);