Opened 12 years ago
Closed 12 years ago
#498 closed defect (bug) (fixed)
Misplaced menu on Codex pages
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Codex | Keywords: | |
| Cc: |
Description
If you're logged out, these pages (and some others) have a misplaced menu:
Caused by missing id attribute on the list (<ul> instead of <ul id="wporg-header-menu">).
See the screenshots (logged out vs. logged in).
Previously: #WP20598
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
The codex is heavily cached. Editing a page clears that cache for that page. Making any edit to a page, even a whitespace edit, will refresh the cache, fixing this issue.
I've edited both of those pages by adding an extra line to the bottom of them. Problem solved.