diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index f506c1ac05..02ea682f2d 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -331,7 +331,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com $number = get_comments_number($id); if ( 0 == $number && 'closed' == $post->comment_status && 'closed' == $post->ping_status ) { - echo $none; + echo '' . $none . ''; return; }