From 08e4a345c79859a5d21eb699e81cd83f591477a4 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Mon, 9 Sep 2013 16:11:40 +0100 Subject: [PATCH] Update functions.php --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 529fa40..1431409 100644 --- a/functions.php +++ b/functions.php @@ -16,7 +16,7 @@ remove_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 ); function theme_scripts() { wp_deregister_script( 'jquery' ); - wp_register_script( 'jquery', ( 'http://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.7.1/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 ); }