Changeset 54229 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 09/19/2022 11:46:26 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r53776 r54229 4924 4924 4925 4925 case 'timezone_string': 4926 $allowed_zones = timezone_identifiers_list( );4926 $allowed_zones = timezone_identifiers_list( DateTimeZone::ALL_WITH_BC ); 4927 4927 if ( ! in_array( $value, $allowed_zones, true ) && ! empty( $value ) ) { 4928 4928 $error = __( 'The timezone you have entered is not valid. Please select a valid timezone.' );
Note: See TracChangeset
for help on using the changeset viewer.