WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#2553 closed defect (bug) (fixed)

update_option action passes newoption serialized

Reported by: skeltoac Owned by: anonymous
Priority: normal Milestone:
Component: Administration Version: 2.0.2
Severity: normal Keywords: has-patch 2nd-opinion
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 7 years ago.

Download all attachments as: .zip

Change History (7)

skeltoac7 years ago

comment:1 skeltoac7 years ago

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

comment:2 skeltoac7 years ago

  • Version changed from 2.0.1 to 2.0.2

comment:3 ryan7 years ago

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

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

comment:4 ryan7 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.

comment:5 ryan7 years ago

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

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

comment:6 anonymous7 years ago

  • Milestone 2.0.3 deleted

Milestone 2.0.3 deleted

Note: See TracTickets for help on using tickets.