From 8a715d0f554aa05b1d86dae632293ec056c09fe4 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Sat, 12 Oct 2013 12:08:18 +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 d24b68b..5aa6cfb 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.10.2/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.10.2', true); wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'script', get_stylesheet_directory_uri() . '/js/script.js', array( 'jquery' ), null, true ); }