Plugin adds backslashes
-
Hi,
pretty cool plugin, thanks! There’s only one problem I have within one WP installation: The plugin automatically adds backslashes to quotes.
So this
var $ = jQuery; $(document).ready(function(){ alert("test"); });is being saved like this
var $ = jQuery; $(document).ready(function(){ alert(\"test\"); });and the code is not working.
Any idea/solution?
Best regards
joschi81
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Plugin adds backslashes’ is closed to new replies.