#6731 closed defect (bug) (fixed)
edit-pages.php does not correctly order pages by menu_order
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5.1 |
| Component: | Administration | Version: | 2.5 |
| Severity: | normal | Keywords: | edit-pages.php query.php |
| Cc: |
Description
In version 2.5, as well as in the most recent checkout, the list of pages generated by edit-pages.php does not correctly order pages by the menu_order column. The reason is the lack of a break statement in query.php, which causes the menu_order case to fall through to the next case and the $orderby variable gets set to $wpdb->posts.ID.
A patch detailing an insertion of this break statement is attached, which seems to fix the problem.
Attachments (1)
Change History (5)
- Resolution set to fixed
- Status changed from new to closed
comment:3
Viper007Bond — 5 years ago
Dupe of #6587 but since this one got the fix, I'll close the other one.
comment:4
Viper007Bond — 5 years ago
- Milestone changed from 2.7 to 2.5.1
- Version set to 2.5
Note: See
TracTickets for help on using
tickets.

Patch to fix the bug, by inserting a break into the statement