Changeset 55614
- Timestamp:
- 03/30/2023 03:16:47 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r55495 r55614 1942 1942 $reply_to_id = $post ? _get_comment_reply_id( $post->ID ) : 0; 1943 1943 $style = 0 !== $reply_to_id ? '' : ' style="display:none;"'; 1944 $link = esc_ html( remove_query_arg( array( 'replytocom', 'unapproved', 'moderation-hash' ) ) ) . '#respond';1944 $link = esc_url( remove_query_arg( array( 'replytocom', 'unapproved', 'moderation-hash' ) ) ) . '#respond'; 1945 1945 1946 1946 $formatted_link = '<a rel="nofollow" id="cancel-comment-reply-link" href="' . $link . '"' . $style . '>' . $text . '</a>';
Note: See TracChangeset
for help on using the changeset viewer.