Changeset 42228 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r42201 r42228 381 381 $timezone_string = ''; 382 382 $gmt_offset = 0; 383 /* translators: default GMT offset or timezone string. Must be either a valid offset (-12 to 14) 384 or a valid timezone string (America/New_York). See https://secure.php.net/manual/en/timezones.php 385 for all timezone strings supported by PHP. 386 */ 383 /* 384 * translators: default GMT offset or timezone string. Must be either a valid offset (-12 to 14) 385 * or a valid timezone string (America/New_York). See https://secure.php.net/manual/en/timezones.php 386 * for all timezone strings supported by PHP. 387 */ 387 388 $offset_or_tz = _x( '0', 'default GMT offset or timezone string' ); 388 389 if ( is_numeric( $offset_or_tz ) )
Note: See TracChangeset
for help on using the changeset viewer.