Changeset 10492 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-user-notes.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-user-notes.php
r7200 r10492 220 220 ), 221 221 esc_url( $post_permalink ), 222 /* translators: localized date format, see https:// secure.php.net/date */222 /* translators: localized date format, see https://www.php.net/date */ 223 223 mysql2date( __( 'F j, Y', 'wporg-forums' ), $note->date ), 224 /* translators: localized time format, see https:// secure.php.net/date */224 /* translators: localized time format, see https://www.php.net/date */ 225 225 mysql2date( __( 'g:i a', 'wporg-forums' ), $note->date ) 226 226 )
Note: See TracChangeset
for help on using the changeset viewer.