Tagged Questions
0
votes
1answer
203 views
Custom Jquery in admin breaks media-upload script
I have this part of code which loads custom version of jquery
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://code.jquery.com/jquery-latest.min.js"), false, '');
...