#1356
Jonathan Gunnell
Participant

I just found this in my functions.php


// Load jQuery
if ( !is_admin() ) {
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"), false);
wp_enqueue_script('jquery');
}

That looks like the problem. Would it be best to just update that link? Do I even need this function? (Sorry, I’m as good with PHP as I am with jQuery…)