Opened 10 years ago
Closed 10 years ago
#35686 closed defect (bug) (fixed)
Fix global tag for admin bar functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.5 | Priority: | normal |
| Severity: | normal | Version: | 4.3 |
| Component: | Toolbar | Keywords: | needs-patch |
| Focuses: | docs | Cc: |
Description
Both show_admin_bar and is_admin_bar_showing has wrong global variable name for WP_Admin_Bar. It should be $show_admin_bar instead of $wp_admin_bar since the code use $show_admin_bar.
Attachments (1)
Change History (7)
#2
@
10 years ago
- Milestone changed from Awaiting Review to 4.5
- Type changed from enhancement to defect (bug)
#3
@
10 years ago
- Owner set to DrewAPicture
- Resolution set to fixed
- Status changed from new to closed
In 36491:
Note: See
TracTickets for help on using
tickets.
Hi @Frozzare, thanks for the patch, nice catch :-)