diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php
index f53b75ce00..6b7f7fed15 100644
--- a/wp-includes/comment-template.php
+++ b/wp-includes/comment-template.php
@@ -993,9 +993,9 @@ function get_comment_reply_link($args = array(), $comment = null, $post = null)
$link = '';
if ( get_option('comment_registration') && !$user_ID )
- $link = '' . $login_text . '';
+ $link = '' . $login_text . '';
else
- $link = "";
+ $link = "";
return apply_filters('comment_reply_link', $before . $link . $after, $args, $comment, $post);
}