Changeset 47088 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r47084 r47088 951 951 $relative = __( 'Tomorrow' ); 952 952 } elseif ( gmdate( 'Y', $time ) !== $year ) { 953 /* translators: Date and time format for recent posts on the dashboard, from a different calendar year, see https:// secure.php.net/date */953 /* translators: Date and time format for recent posts on the dashboard, from a different calendar year, see https://www.php.net/date */ 954 954 $relative = date_i18n( __( 'M jS Y' ), $time ); 955 955 } else { 956 /* translators: Date and time format for recent posts on the dashboard, see https:// secure.php.net/date */956 /* translators: Date and time format for recent posts on the dashboard, see https://www.php.net/date */ 957 957 $relative = date_i18n( __( 'M jS' ), $time ); 958 958 }
Note: See TracChangeset
for help on using the changeset viewer.