Opened 11 years ago
Closed 11 years ago
#30957 closed defect (bug) (fixed)
Twenty Fifteen: remove unused CSS class for wp_page_menu
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
While I was looking at #30722, I've realised the theme still has CSS classes for wp_page_menu which is unused in the theme - page_item_has_children, current_page_item, current_page_ancestor. We should remove them from the stylesheet.
Also I found some errors — double classes and spacing pattern.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Nice cleanup, Takashi.