Changeset 59120 for trunk/src/wp-includes/comment.php
- Timestamp:
- 09/30/2024 05:17:54 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59039 r59120 3767 3767 $value = get_comment_link( $comment->comment_ID ); 3768 3768 $value = sprintf( 3769 '<a href="%s" target="_blank" rel="noopener">%s</a>',3769 '<a href="%s" target="_blank">%s</a>', 3770 3770 esc_url( $value ), 3771 3771 esc_html( $value )
Note: See TracChangeset
for help on using the changeset viewer.