Forums

HTML entities in the URLs for load-scripts.php (3 posts)

  1. Hostels
    Member
    Posted 3 weeks ago #

    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='http://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?

  2. Hostels
    Member
    Posted 3 weeks ago #

    Sorry, the forum converted my HTML entities to ampersands above. I've pasted it again below, but inserted spaces to prevent the HTML entities from turning into ampersands.

    <script type='text/javascript' src='http://www.example.com/wp-admin/load-scripts.php?c=1& amp;load=jquery,utils,editor,quicktags& amp;ver=33f9a1c72519a04d2fd7dd5a26c9ec8d'></script>

  3. Hostels
    Member
    Posted 5 days ago #

    It turns out that this is caused by WordPress events calendar plugin.

Reply

You must log in to post.

About this Topic