BUG: Slashes on value
-
When trying to save an option that is serialized data, the plugin is adding slashes to the value, corrupting the value.
for example,
a:1:{s:3:"foo";s:5:""bar"";}gets turned into:
a:1:{s:3:\"foo\";s:5:\"\"bar\"\";}Rendering the plugin completely un-usable.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘BUG: Slashes on value’ is closed to new replies.