[wp-trac] [WordPress Trac] #16249: Control of admin bar hiding/display

WordPress Trac wp-trac at lists.automattic.com
Tue Dec 20 16:06:49 UTC 2011


#16249: Control of admin bar hiding/display
-----------------------------------+-------------------------
 Reporter:  johnhennmacc           |       Owner:
     Type:  defect (bug)           |      Status:  closed
 Priority:  normal                 |   Milestone:
Component:  Administration         |     Version:  3.1
 Severity:  normal                 |  Resolution:  worksforme
 Keywords:  needs-patch has-patch  |
-----------------------------------+-------------------------
Changes (by jtsternberg):

 * keywords:  needs-patch => needs-patch has-patch


Comment:

 Ok, I scoured the source code to after applying this patch to be sure it
 was removing everything that

 {{{
 function ds_hide_toolbar() {
         add_filter( 'show_admin_bar', '__return_false' );
 }

 add_action( 'init', 'ds_hide_toolbar', 1 );
 }}}

 was removing, so hopefully this patch is considered for addition?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16249#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list