jQuery is being loaded twice
-
Hi, like many others I am having issues with the Media Library.
I noticed that on my Admin pages, jQuery is being loaded twice.
I am enqueing jQuery in my functions.php file as follows:
wp_enqueue_script( ‘jquery-js’, ‘//code.jquery.com/jquery-1.11.1.min.js’ );
In the source of my rendered page in Admin mode, I see:
<script type=’text/javascript’ src=’http://hobvmjiie01.pubnet.metro/wp-includes/js/jquery/jquery.js?ver=1.11.1′></script>
<script type=’text/javascript’ src=’http://hobvmjiie01.pubnet.metro/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1′></script>
<script type=’text/javascript’ src=’//code.jquery.com/jquery-1.11.1.min.js?ver=4.0′></script>
The topic ‘jQuery is being loaded twice’ is closed to new replies.