Update referenced file name

This commit is contained in:
Ben Word
2015-01-27 16:40:38 -06:00
parent b8608db3ec
commit 594251ae44

View File

@@ -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'
}
/**