Changeset 51534
- Timestamp:
- 08/03/2021 12:17:54 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-date-time-control.php
r51300 r51534 228 228 if ( $tz_string ) { 229 229 try { 230 $tz = new DateTime zone( $tz_string );230 $tz = new DateTimeZone( $tz_string ); 231 231 } catch ( Exception $e ) { 232 232 $tz = '';
Note: See TracChangeset
for help on using the changeset viewer.