Opened 12 years ago
Closed 12 years ago
#30957 closed defect (bug) (fixed)
Twenty Fifteen: remove unused CSS class for wp_page_menu
| Reported by: | iamtakashi | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Nice cleanup, Takashi.