Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #7347


Ignore:
Timestamp:
07/18/2008 04:48:53 PM (16 years ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7347

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #7347 – Description

    initial v3  
    1 [8100] changed the behavior of maybe_serialize().  Instead of serializing an already serialized string, the string was returned as is.  The broke plugins that passed serialized data to update_option()/get_option() and expecting it to come back serialized.  Instead it came back unserialized.
     1[8100] changed the behavior of maybe_serialize().  Instead of serializing an already serialized string, the string was returned as is.  This broke plugins that passed serialized data to update_option()/get_option() expecting it to come back serialized.  Instead it came back unserialized.