Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #38781, comment 6


Ignore:
Timestamp:
12/10/2016 12:08:26 PM (9 years ago)
Author:
Mista-Flo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38781, comment 6

    v2 v3  
    77But just before this action, there is a {{{$meta = maybe_unserialize($signup->meta);}}}, so in my opinion we have to keep consistency with use of {{{$meta}}} array and don't pass a serialized string.
    88
    9 By the way, this other ticket #39223 will benefit from this one
     9By the way, this other ticket #39223 will benefit from this one by using a non serialized array for $meta var.