From bf8a0f16305534b06907511801fcfa309041ada0 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 23 Jan 2012 10:50:02 -0700 Subject: [PATCH] don't defer enqueue'd scripts - fixes #234 --- inc/roots-scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/roots-scripts.php b/inc/roots-scripts.php index 1b409b7..31c7e9d 100644 --- a/inc/roots-scripts.php +++ b/inc/roots-scripts.php @@ -84,7 +84,7 @@ function roots_print_scripts() { $wp_scripts->done[] = $handle; if (!in_array($handle, $skip_scripts)) { - $scripts[] = ''; + $scripts[] = ''; } }