Changeset 11380 for trunk/wp-includes/comment-template.php
- Timestamp:
- 05/18/2009 03:11:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r11323 r11380 1079 1079 1080 1080 $style = isset($_GET['replytocom']) ? '' : ' style="display:none;"'; 1081 $link = wp_specialchars( remove_query_arg('replytocom') ) . '#respond';1081 $link = esc_html( remove_query_arg('replytocom') ) . '#respond'; 1082 1082 return apply_filters('cancel_comment_reply_link', '<a rel="nofollow" id="cancel-comment-reply-link" href="' . $link . '"' . $style . '>' . $text . '</a>', $link, $text); 1083 1083 }
Note: See TracChangeset
for help on using the changeset viewer.