Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#6731 closed defect (bug) (fixed)

edit-pages.php does not correctly order pages by menu_order

Reported by: torfason Owned by:
Priority: normal Milestone: 2.5.1
Component: Administration Version: 2.5
Severity: normal Keywords: edit-pages.php query.php
Cc: Focuses:

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)

query-php-break-statement.diff (339 bytes ) - added by torfason 18 years ago.
Patch to fix the bug, by inserting a break into the statement

Download all attachments as: .zip

Change History (5)

@torfason
18 years ago

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

#1 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

(In [7684]) Fix menu_order ordering. Props torfason. fixes #6731 for 2.5

#2 @ryan
18 years ago

(In [7685]) Fix menu_order ordering. Props torfason. fixes #6731 for trunk

#3 @Viper007Bond
18 years ago

Dupe of #6587 but since this one got the fix, I'll close the other one.

#4 @Viper007Bond
18 years ago

  • Milestone 2.72.5.1
  • Version2.5
Note: See TracTickets for help on using tickets.