Skip to content

Commit

Permalink
added code to remove admin bar in 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
randyjensen committed Feb 23, 2011
1 parent f329d2d commit 0b97d5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions functions.php
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 0b97d5a

Please sign in to comment.