From eb9f9896a4d59aab74f78821efa5c7225e8c9bed Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 4 Feb 2013 22:30:48 -0600 Subject: [PATCH] Update comment about jQuery --- lib/scripts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/scripts.php b/lib/scripts.php index 24efe86..8b74aa2 100644 --- a/lib/scripts.php +++ b/lib/scripts.php @@ -25,8 +25,8 @@ function roots_scripts() { wp_enqueue_style('roots_child', get_stylesheet_uri(), false, null); } - // jQuery is loaded in header.php using the same method from HTML5 Boilerplate: - // Grab Google CDN's latest jQuery with a protocol relative URL; fall back to local if offline + // jQuery is loaded using the same method from HTML5 Boilerplate: + // Grab Google CDN's latest jQuery with a protocol relative URL; fallback to local if offline // It's kept in the header instead of footer to avoid conflicts with plugins. if (!is_admin()) { wp_deregister_script('jquery');