From 4bb2b40390041ebeb4135bd37fad29ecfe98b281 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 15 Jul 2012 01:06:48 -0500 Subject: [PATCH] Re-add get_template_directory_uri() to H5BP stylesheet --- inc/scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/scripts.php b/inc/scripts.php index b0901c4..9a9ec5b 100644 --- a/inc/scripts.php +++ b/inc/scripts.php @@ -11,7 +11,7 @@ function roots_scripts() { } // If you're not using Bootstrap, include H5BP's main.css: - // wp_enqueue_style('roots_h5bp', '/css/main.css', false, null); + // wp_enqueue_style('roots_h5bp', get_template_directory_uri() . '/css/main.css', false, null); wp_enqueue_style('roots_app', get_template_directory_uri() . '/css/app.css', false, null);