Changes between Initial Version and Version 3 of Ticket #7347
- Timestamp:
- 07/18/2008 04:48:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7347
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
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. Th e broke plugins that passed serialized data to update_option()/get_option() andexpecting 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.