@mlreed328
14 years ago
That’s actually the WordPress Admin Bar and it resembles the Buddypress Admin Bar. To disable it add this to functions.php:
add_filter( 'show_admin_bar', '__return_false' );