Changeset 54925 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php
- Timestamp:
- 12/01/2022 10:06:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php
r51322 r54925 73 73 74 74 printf( 75 '<a href="%s"><time datetime="%s" title="%s">%s</time></a>',75 '<a href="%s"><time datetime="%s">%s</time></a>', 76 76 esc_url( get_comment_link( $comment, $args ) ), 77 77 get_comment_time( 'c' ), 78 esc_attr( $comment_timestamp ),79 78 esc_html( $comment_timestamp ) 80 79 );
Note: See TracChangeset
for help on using the changeset viewer.