@@ -9,7 +9,7 @@ |
||
9 | 9 | if (!defined('WP_ENV')) { |
10 | 10 | define('WP_ENV', function_exists('wp_get_environment_type') ? wp_get_environment_type() : 'production'); |
11 | 11 | } elseif (!defined('WP_ENVIRONMENT_TYPE')) { |
12 | - define('WP_ENVIRONMENT_TYPE', WP_ENV); |
|
12 | + define('WP_ENVIRONMENT_TYPE', WP_ENV); |
|
13 | 13 | } |
14 | 14 | |
15 | 15 | // Check if the required plugins are installed and activated. |