#1128 closed defect (bug) (fixed)
Admin bar CSS added even though admin bar hidden for logged out users
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
A 28px margin is added to the top of the body of the blog theme even though admin bar is supposed to be hidden for logged out users.
Checked against clean install of bp trunk revision 2002 and wpmu 2.8.4a.
Change History (5)
- Resolution fixed deleted
- Status changed from closed to reopened
Fixed for main blog, but not for other blogs.
- Resolution set to invalid
- Status changed from reopened to closed
The blogs themes must have a wp_footer() call in the footer for this to work.
Actually, I need to move the function still, but the above applies.
Note: See
TracTickets for help on using
tickets.

Fixed in r2006