diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 06d5091f13..a4a126bc4f 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -986,7 +986,7 @@ function get_comment_reply_link($args = array(), $comment = null, $post = null) if ( get_option('comment_registration') && !$user_ID ) $link = '' . $login_text . ''; else - $link = "comment_ID ) ) . "#" . $respond_id . "' onclick='return addComment.moveForm(\"$add_below-$comment->comment_ID\", \"$comment->comment_ID\", \"$respond_id\", \"$post->ID\")'>$reply_text"; + $link = "comment_ID ) ) . "#" . $respond_id . "' onclick='return addComment.moveForm(\"$add_below-$comment->comment_ID\", \"$comment->comment_ID\", \"$respond_id\", \"$post->ID\")'>$reply_text"; return apply_filters('comment_reply_link', $before . $link . $after, $args, $comment, $post); } @@ -1037,7 +1037,7 @@ function get_post_reply_link($args = array(), $post = null) { if ( get_option('comment_registration') && !$user_ID ) { $link = '' . $login_text . ''; } else { - $link = "$reply_text"; + $link = "$reply_text"; } return apply_filters('post_comments_link', $before . $link . $after, $post); }