- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r47060 r47088 376 376 * are available, without having to open the link. 377 377 */ 378 /* translators: Date format for upcoming events on the dashboard. Include the day of the week. See https:// secure.php.net/date */378 /* translators: Date format for upcoming events on the dashboard. Include the day of the week. See https://www.php.net/date */ 379 379 $response_body['events'][ $key ]['formatted_date'] = date_i18n( __( 'l, M j, Y' ), $timestamp ); 380 380 $response_body['events'][ $key ]['formatted_time'] = date_i18n( get_option( 'time_format' ), $timestamp );
Note: See TracChangeset
for help on using the changeset viewer.