- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r45886 r45932 114 114 $response_error = new WP_Error( 115 115 'api-error', 116 /* translators: %d: numeric HTTP status code, e.g. 400, 403, 500, 504, etc. */116 /* translators: %d: Numeric HTTP status code, e.g. 400, 403, 500, 504, etc. */ 117 117 sprintf( __( 'Invalid API response code (%d)' ), $response_code ) 118 118 ); … … 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://secure.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.