Changeset 47088 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r47073 r47088 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:// secure.php.net/date */21 /* translators: Date and time format for exact current time, mainly about timezones, see https://www.php.net/date */ 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.