From df402fe6c53fc9f971aa585493bd9b5aaf3bdbba Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Sat, 12 Oct 2013 12:07:34 +0100 Subject: [PATCH] Updated jQuery version --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 6dfcc87..d24b68b 100644 --- a/functions.php +++ b/functions.php @@ -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 ); }