Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#4291 closed defect (bug) (fixed)

Sort by option in pages widget loses default value

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

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
17 years ago

  • Owner changed from anonymous to rob1n

#2 @rob1n
17 years ago

  • Status changed from new to assigned

Oh, d'oh.

#3 @rob1n
17 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

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

#4 @markjaquith
17 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

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

#5 @rob1n
17 years ago

Righto.

#6 @rob1n
17 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

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

Note: See TracTickets for help on using tickets.