Changeset 54239 for trunk/src/wp-includes/load.php
- Timestamp:
- 09/20/2022 02:22:49 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r54080 r54239 228 228 229 229 // Fetch the environment from a constant, this overrides the global system variable. 230 if ( defined( 'WP_ENVIRONMENT_TYPE' ) ) {230 if ( defined( 'WP_ENVIRONMENT_TYPE' ) && WP_ENVIRONMENT_TYPE ) { 231 231 $current_env = WP_ENVIRONMENT_TYPE; 232 232 }
Note: See TracChangeset
for help on using the changeset viewer.