Changeset 54885
- Timestamp:
- 11/26/2022 10:41:42 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
r49159 r54885 79 79 80 80 printf( 81 '<a href="%s"><time datetime="%s" title="%s">%s</time></a>',81 '<a href="%s"><time datetime="%s">%s</time></a>', 82 82 esc_url( get_comment_link( $comment, $args ) ), 83 83 get_comment_time( 'c' ), 84 esc_attr( $comment_timestamp ),85 84 $comment_timestamp 86 85 );
Note: See TracChangeset
for help on using the changeset viewer.