#15856 closed defect (bug) (fixed)
show_admin_bar(false) doesn't work
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | needs-patch |
Focuses: | Cc: |
Description (last modified by )
show_admin_bar(false) doesn't work. See the first comment for more.
My initial report:
Admin bar shouldn't show in theme preview iframe
It takes up space and looks weird. People are trying to preview a theme, and the admin bar is an unnecessary constant.
This should also be fixed.
Change History (8)
Note: See
TracTickets for help on using
tickets.
show_admin_bar() has apparently been crippled.
You should be able to call show_admin_bar( false ) before the admin bar is initiated, and it should kill the admin bar.
We should either eliminate this function, or fix it. I vote to fix it, otherwise putting this simple logic into preview_theme() doesn't work:
And the call to show_admin_bar() in iframe_header() is useless.