Updated jQuery version

This commit is contained in:
Mike Francis 2013-10-12 12:07:34 +01:00
parent 694fa631f8
commit df402fe6c5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ add_filter( 'post_comments_feed_link', 'remove_comments_rss' );
function theme_scripts() {
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery', ( '//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' ), false, '1.7.1', true);
wp_register_script( 'jquery', ( '//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' ), false, '1.7.1', true);
wp_enqueue_script( 'jquery' );
wp_enqueue_script( 'script', get_stylesheet_directory_uri() . '/js/script.js', array( 'jquery' ), null, true );
}