Skip to content

Commit

Permalink
was using old code to remove admin bar. fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
randyjensen committed Feb 23, 2011
1 parent b5803aa commit dc3e670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -90,7 +90,7 @@ function customize_meta_boxes() {
/**
* Disable the admin bar in 3.1
*/
//remove_action( 'init', 'wp_admin_bar_init' );
//show_admin_bar( false );

/**
* 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 dc3e670

Please sign in to comment.