From ebaeb3e2c08cab933130f41f8dfb4d8be5c0d055 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Tue, 27 Oct 2015 17:39:15 +0000 Subject: [PATCH] Reversed jQuery version to 1.11.3 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 0dd75cb..5a17188 100644 --- a/functions.php +++ b/functions.php @@ -71,7 +71,7 @@ function barebones_scripts() // wp_enqueue_style( 'fonts', '//fonts.googleapis.com/css?family=Font+Family' ); // wp_enqueue_style( 'icons', '//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css' ); wp_deregister_script( 'jquery' ); - wp_register_script( 'jquery', '//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js', false, '2.1.4', true ); + wp_register_script( 'jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js', false, '1.11.3', true ); wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'script', get_stylesheet_directory_uri() . '/js/script.min.js', ['jquery'], null, true ); }