diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 0a41244ea7..b6dff4e527 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -1138,7 +1138,6 @@ function comments_template( $file = '/comments.php', $separate_comments = false /* * Comment author information fetched from the comment cookies. - * Uuses wp_get_current_commenter(). */ $commenter = wp_get_current_commenter();