Changeset 48856
- Timestamp:
- 08/24/2020 10:30:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r48662 r48856 135 135 * or a constant of the same name. 136 136 * 137 * Possible values include ' development', 'staging', 'production'. If not set,138 * the type defaults to 'production'.137 * Possible values include 'local', 'development', 'staging', 'production'. 138 * If not set, the type defaults to 'production'. 139 139 * 140 140 * @since 5.5.0 141 * @since 5.5.1 The 'local' type was added. 141 142 * 142 143 * @return string The current environment type. … … 150 151 151 152 $wp_environments = array( 153 'local', 152 154 'development', 153 155 'staging',
Note: See TracChangeset
for help on using the changeset viewer.