Changeset 47088 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 01/20/2020 03:12:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r46194 r47088 395 395 /* 396 396 * translators: default GMT offset or timezone string. Must be either a valid offset (-12 to 14) 397 * or a valid timezone string (America/New_York). See https:// secure.php.net/manual/en/timezones.php397 * or a valid timezone string (America/New_York). See https://www.php.net/manual/en/timezones.php 398 398 * for all timezone strings supported by PHP. 399 399 */ … … 430 430 'default_pingback_flag' => 1, 431 431 'posts_per_page' => 10, 432 /* translators: Default date format, see https:// secure.php.net/date */432 /* translators: Default date format, see https://www.php.net/date */ 433 433 'date_format' => __( 'F j, Y' ), 434 /* translators: Default time format, see https:// secure.php.net/date */434 /* translators: Default time format, see https://www.php.net/date */ 435 435 'time_format' => __( 'g:i a' ), 436 /* translators: Links last updated date format, see https:// secure.php.net/date */436 /* translators: Links last updated date format, see https://www.php.net/date */ 437 437 'links_updated_date_format' => __( 'F j, Y g:i a' ), 438 438 'comment_moderation' => 0,
Note: See TracChangeset
for help on using the changeset viewer.