Changeset 34042 for trunk/src/wp-admin/comment.php
- Timestamp:
- 09/11/2015 06:20:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r34041 r34042 194 194 /* translators: 2: comment date, 3: comment time */ 195 195 printf( __( '<a href="%1$s">%2$s at %3$s</a>' ), 196 esc_url( get_comment_link( $comment ->comment_ID) ),196 esc_url( get_comment_link( $comment ) ), 197 197 /* translators: comment date format. See http://php.net/date */ 198 198 get_comment_date( __( 'Y/m/d' ), $comment ),
Note: See TracChangeset
for help on using the changeset viewer.