Changeset 10492 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-report-topic.php
- Timestamp:
- 12/06/2020 01:18:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-report-topic.php
r9594 r10492 233 233 get_the_author_meta( 'display_name', $report['user'] ) 234 234 ), 235 /* translators: localized date format, see https:// secure.php.net/date */235 /* translators: localized date format, see https://www.php.net/date */ 236 236 mysql2date( __( 'F j, Y', 'wporg-forums' ), $report['time'] ), 237 /* translators: localized time format, see https:// secure.php.net/date */237 /* translators: localized time format, see https://www.php.net/date */ 238 238 mysql2date( __( 'g:i a', 'wporg-forums' ), $report['time'] ), 239 239 ( ! isset( $report['reason'] ) || empty( $report['reason'] ) ? '' : sprintf(
Note: See TracChangeset
for help on using the changeset viewer.