Changeset 55988 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 06/22/2023 02:34:56 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r55969 r55988 237 237 238 238 // Remove old Etc mappings. Fallback to gmt_offset. 239 if ( false !== strpos( $tzstring, 'Etc/GMT' ) ) {239 if ( str_contains( $tzstring, 'Etc/GMT' ) ) { 240 240 $tzstring = ''; 241 241 }
Note: See TracChangeset
for help on using the changeset viewer.