From 594251ae4477dce56903c55802380a16cf7b46ea Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 27 Jan 2015 16:40:38 -0600 Subject: [PATCH] Update referenced file name --- lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.php b/lib/config.php index c51d360..3579b1a 100644 --- a/lib/config.php +++ b/lib/config.php @@ -19,7 +19,7 @@ add_theme_support('jquery-cdn'); // Enable to load jQuery from the Go define('GOOGLE_ANALYTICS_ID', ''); // UA-XXXXX-Y (Note: Universal Analytics only, not Classic Analytics) if (!defined('WP_ENV')) { - define('WP_ENV', 'production'); // scripts.php checks for values 'production' or 'development' + define('WP_ENV', 'production'); // assets.php checks for values 'production' or 'development' } /**