#32582 closed defect (bug) (fixed)
Fix order of screen options on Appearance > Menus page
Reported by: | bcole808 | Owned by: | obenland |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | General | Keywords: | |
Focuses: | ui, administration | Cc: |
Description
In the admin dashboard, under Appearance > Menus, on the Screen Options dropdown:
The item for "Pages" should be first because that's how it is listed on the actual page.
Current wrong order:
Posts | Custom Links | Categories | Tags | Format | Pages
The correct order should be:
Pages | Posts | Custom Links | Categories | Tags | Format
(Originally referenced from this ticket: https://core.trac.wordpress.org/ticket/32440#comment:1)
Attachments (3)
Change History (10)
#2
@
10 years ago
- Component changed from Menus to General
The attached patch sorts meta box priorities so higher prioritized options will appear first. This fixes the reported problem, not only for this screen, but everywhere meta boxes are used.
This ticket was mentioned in Slack in #core by swissspidy. View the logs.
10 years ago
@
10 years ago
After talking to obenland, we came up with a more straightforward solution. I tested it on different screens and also with a couple of plugins that add meta boxes to the menu screen. Works like a charm.
Sounds absolutely reasonable to me. I will now create a patch for that as part of WordCamp Cologne Contributor Day! :)