Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#15767 closed defect (bug) (fixed)

State of admin menu boxes not remembered since r16813

Reported by: demetris Owned by:
Priority: normal Milestone: 3.1
Component: General Version: 3.1
Severity: blocker Keywords: has-patch
Cc: Focuses:

Description

Starting with r16813, the collapsed/expanded state of admin menu boxes is not remembered.

Attachments (1)

15767.diff (14.7 KB ) - added by greuben 16 years ago.

Download all attachments as: .zip

Change History (6)

#1 @nacin
16 years ago

  • Milestone Awaiting Review3.1

Worse things have happened :-)

It appears to be inconsistent. Perhaps a page behind?

#2 @demetris
16 years ago

@nacin: It seems to remember the state the boxes were in before r16813, but does not remember any changes you make.

#3 @ocean90
16 years ago

id is an empty string, so the if ( id ) {...} condition fails.

@greuben
16 years ago

#4 @greuben
16 years ago

  • Keywords has-patch added

#5 @nacin
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [16874]) Fix admin menu save state. props greuben, fixes #15767, see #15615.

Note: See TracTickets for help on using tickets.