From 03efa5ca83117d6fe1fc38d983f9803a128f624d Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 15 Jan 2016 19:32:23 +0000 Subject: [PATCH] Comments: Remove unneeded `$req` variable in `comments_template()`. Props Latz. Fixes #35473. git-svn-id: https://develop.svn.wordpress.org/trunk@36322 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 -- 1 file changed, 2 deletions(-) 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. */