Changeset 48991 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 09/18/2020 10:35:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r47550 r48991 19 19 $title = __( 'General Settings' ); 20 20 $parent_file = 'options-general.php'; 21 /* translators: Date and time format for exact current time, mainly about timezones, see https://www.php.net/ date*/21 /* translators: Date and time format for exact current time, mainly about timezones, see https://www.php.net/manual/datetime.format.php */ 22 22 $timezone_format = _x( 'Y-m-d H:i:s', 'timezone date format' ); 23 23
Note: See TracChangeset
for help on using the changeset viewer.