Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#4291 closed defect (bug) (fixed)

Sort by option in pages widget loses default value

Reported by: bloertscher Owned by: rob1n
Priority: normal Milestone: 2.2.1
Component: Administration Version: 2.2
Severity: normal Keywords:
Cc: Focuses:

Description

[5486] added the ability to specify sort order for the pages widget. If you change the sort order to sort by menu order and click save changes, the change takes affect. If you click Save Changes in the widgets page once again, the sort order reverts back to page title.

Change History (6)

#1 @ryan
19 years ago

  • Owner changed from anonymous to rob1n

#2 @rob1n
19 years ago

  • Status newassigned

Oh, d'oh.

#3 @rob1n
19 years ago

  • Resolutionfixed
  • Status assignedclosed

(In [5490]) Select the option if it's set to that. fixes #4291

#4 @markjaquith
19 years ago

  • Resolution fixed
  • Status closedreopened

rob1n, check out the selected() function... should make this fix a little bit leaner.

#5 @rob1n
19 years ago

Righto.

#6 @rob1n
19 years ago

  • Resolutionfixed
  • Status reopenedclosed

(In [5535]) Use selected() to clean that up. Thanks Mark. fixes #4291

Note: See TracTickets for help on using tickets.