We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single quotes should be displayed as \', but instead it adds two slashes.
\'
Example: http://www.brit.co/baby-names/
<script type='text/javascript'> var sranalytics = { "version": "0.1.3", .... "authors": ["Annie D\\'Souza"] }; </script>
The text was updated successfully, but these errors were encountered:
I'm pretty sure you can remove all the esc_js calls here: https://github.com/simplereach/sranalytics_wordpress/blob/master/sranalytics.php#L162 since the data is already being json_encoded.
esc_js
Sorry, something went wrong.
bump
Hey, we added the extra escapes based on feedback from WordPress during their WordPress.com VIP approval process.
No branches or pull requests
Single quotes should be displayed as
\'
, but instead it adds two slashes.Example: http://www.brit.co/baby-names/
The text was updated successfully, but these errors were encountered: