Changeset 51660 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 08/26/2021 01:49:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r51266 r51660 391 391 * for all timezone strings supported by PHP. 392 392 */ 393 $offset_or_tz = _x( '0', 'default GMT offset or timezone string' ); // phpcs:ignore WordPress.WP.I18n.NoEmptyStrings393 $offset_or_tz = _x( '0', 'default GMT offset or timezone string' ); 394 394 if ( is_numeric( $offset_or_tz ) ) { 395 395 $gmt_offset = $offset_or_tz;
Note: See TracChangeset
for help on using the changeset viewer.