Changeset 19788
- Timestamp:
- 01/29/2012 11:43:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r19785 r19788 359 359 for all timezone strings supported by PHP. 360 360 */ 361 $offset_or_tz = _ _( '0', 'default GMT offset or timezone string' );361 $offset_or_tz = _x( '0', 'default GMT offset or timezone string' ); 362 362 if ( is_numeric( $offset_or_tz ) ) 363 363 $gmt_offset = $offset_or_tz;
Note: See TracChangeset
for help on using the changeset viewer.