- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php
r45818 r45926 381 381 382 382 if ( $time_diff >= 0 && $time_diff < DAY_IN_SECONDS ) { 383 /* translators: human readable timestamp*/383 /* translators: %s: Human-readable time difference */ 384 384 return sprintf( __( '%s ago' ), human_time_diff( $timestamp ) ); 385 385 }
Note: See TracChangeset
for help on using the changeset viewer.