HTML entities in the URLs for load-scripts.php
-
Some of the JavaScript isn’t loading in my dashboard. I looked in the HTML source and saw that there are HTML entities instead of ampersands in the URL arguments for load-scripts.php:
<script type='text/javascript' src='https://www.example.com/wp-admin/load-scripts.php?c=1&load=jquery,utils,editor,quicktags&ver=33f9a1c72519a04d2fd7dd5a26c9ec8d'></script>
When I try to load the JavaScript code in the browser it doesn’t work until I change the
&
to ampersands — that it loads the JavaScript code.I think that is why some of the dashboard functions aren’t working. (For example, I can’t add tags to a post.)
Does anybody know how to fix this so that the URL arguments for load-scripts.php have ampersands instead of HTML entities for ampersands?
- The topic ‘HTML entities in the URLs for load-scripts.php’ is closed to new replies.