Changeset 48991 for trunk/src/wp-includes/class-wp-locale.php
- Timestamp:
- 09/18/2020 10:35:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale.php
r47808 r48991 360 360 */ 361 361 public function _strings_for_pot() { 362 /* translators: Localized date format, see https://www.php.net/ date*/362 /* translators: Localized date format, see https://www.php.net/manual/datetime.format.php */ 363 363 __( 'F j, Y' ); 364 /* translators: Localized time format, see https://www.php.net/ date*/364 /* translators: Localized time format, see https://www.php.net/manual/datetime.format.php */ 365 365 __( 'g:i a' ); 366 /* translators: Localized date and time format, see https://www.php.net/ date*/366 /* translators: Localized date and time format, see https://www.php.net/manual/datetime.format.php */ 367 367 __( 'F j, Y g:i a' ); 368 368 }
Note: See TracChangeset
for help on using the changeset viewer.