#7347 closed defect (bug) (fixed)
maybe_serialize() should serialize strings that are already serialized — at Version 3
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6.1 |
| Component: | General | Version: | 2.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by ryan)
[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.
Change History (3)
Note: See
TracTickets for help on using
tickets.

(In [8372]) Don't return if is_string(). Proceed to check if is_serialized(). fixes #7347 for trunk