Changeset 52154
- Timestamp:
- 11/14/2021 05:59:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r52029 r52154 1737 1737 'belowelement' => $args['add_below'] . '-' . $comment->comment_ID, 1738 1738 'respondelement' => $args['respond_id'], 1739 'replyto' => sprintf( $args['reply_to_text'], $comment->comment_author),1739 'replyto' => sprintf( $args['reply_to_text'], get_comment_author( $comment ) ), 1740 1740 ); 1741 1741 … … 1761 1761 ) . '#' . $args['respond_id'], 1762 1762 $data_attribute_string, 1763 esc_attr( sprintf( $args['reply_to_text'], $comment->comment_author) ),1763 esc_attr( sprintf( $args['reply_to_text'], get_comment_author( $comment ) ) ), 1764 1764 $args['reply_text'] 1765 1765 );
Note: See TracChangeset
for help on using the changeset viewer.