Changeset 51533 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/03/2021 12:03:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51525 r51533 331 331 332 332 if ( ! empty( $timezone_string ) ) { 333 $timezone_date = new DateTime( null, new DateTimeZone( $timezone_string ) );333 $timezone_date = new DateTime( 'now', new DateTimeZone( $timezone_string ) ); 334 334 $timezone_abbr = $timezone_date->format( 'T' ); 335 335 }
Note: See TracChangeset
for help on using the changeset viewer.