From a28033c5712bd2678f2923a1653b132b242bc69e Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Wed, 2 May 2012 17:55:13 -0300 Subject: [PATCH] Fix missing ). --- 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 8e3a47c..52b3900 100644 --- a/inc/roots-scripts.php +++ b/inc/roots-scripts.php @@ -12,7 +12,7 @@ function roots_scripts() { wp_enqueue_style('roots_app_style', get_template_directory_uri() . '/css/app.css', false); if (is_child_theme()) { - wp_enqueue_style('roots_child_style', get_stylesheet_uri(); + wp_enqueue_style('roots_child_style', get_stylesheet_uri()); } if (!is_admin()) {