diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 49dc18870e..07e6a0f9c6 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -1257,8 +1257,6 @@ function comments_template( $file = '/comments.php', $separate_comments = false if ( empty($file) ) $file = '/comments.php'; - $req = get_option('require_name_email'); - /* * Comment author information fetched from the comment cookies. */