You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
I can't see this logged anywhere, but strings with
\
raise errors.I'm seeing this in the data saved by wp_queue
A minimal case would be:
O:14:"Simpsons\Homer":1:{s:14:"favouriteDrink";s:9:"Duff Beer";}
This outputs:
And the console shows:
SyntaxError: JSON.parse: bad escaped character at line 1 column 33 of the JSON data
Changing the
\
to-
fixes the issue.The text was updated successfully, but these errors were encountered: