#2553 closed defect (bug) (fixed)
update_option action passes newoption serialized
Reported by: | 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 )
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)
Change History (7)
Note: See
TracTickets for help on using
tickets.
(In [3659]) update_option() action fix. fixes #2553