Closed
Bug 636259
Opened 15 years ago
Closed 15 years ago
Remove the new WordPress 3.1 admin bar
Categories
(quality.mozilla.org :: Website, defect)
quality.mozilla.org
Website
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: craigcook, Assigned: oremj)
References
()
Details
The upgrade to WordPress 3.1 introduced a new global admin bar, displayed at the top of all pages for any logged-in user. The bar conflicts with the QMO header design, so short of changing the design to accommodate the bar, it's better to just disable the admin bar (which is of no use to most members anyway).
Because disabling the admin bar is an individual user preference and not a global setting, we need to disable the admin bar globally by adding some code to the theme's functions.php. This has been done in r83119, now we just need to push it to production.
| Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 1•15 years ago
|
||
[root@dm-qmo01 qmo_content]# svn up
U themes/QMO3/functions.php
Updated to revision 83119.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•15 years ago
|
||
Wow that was fast. Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•