diff --git a/functions.php b/functions.php index 5ab5161..61d451a 100644 --- a/functions.php +++ b/functions.php @@ -87,6 +87,11 @@ function customize_meta_boxes() { */ add_theme_support( 'post-thumbnails' ); +/** + * Disable the admin bar in 3.1 + */ +//remove_action( 'init', 'wp_admin_bar_init' ); + /** * This enables post formats. If you use this, make sure to delete any that you aren't going to use. */