Make WordPress Core

Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#2553 closed defect (bug) (fixed)

update_option action passes newoption serialized

Reported by: skeltoac's profile skeltoac Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.0.2
Component: Administration Keywords: has-patch 2nd-opinion
Focuses: Cc:

Description (last modified by skeltoac)

This new hook also pointed up an issue with do_action, wherein if args 1 and 2 are arrays they are merged and data is lost before it is passed to the callback, but that's another story.

Attachments (1)

option-action.diff (756 bytes) - added by skeltoac 19 years ago.

Download all attachments as: .zip

Change History (7)

#1 @skeltoac
19 years ago

  • Description modified (diff)
  • Keywords has-patch 2nd-opinion added

#2 @skeltoac
19 years ago

  • Version changed from 2.0.1 to 2.0.2

#3 @ryan
19 years ago

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

(In [3659]) update_option() action fix. fixes #2553

#4 @ryan
18 years ago

  • Milestone changed from 2.1 to 2.0.3
  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopen for 2.0.3 inclusion.

#5 @ryan
18 years ago

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

(In [3744]) update_option() action fix. fixes #2553

#6 @(none)
18 years ago

  • Milestone 2.0.3 deleted

Milestone 2.0.3 deleted

Note: See TracTickets for help on using tickets.