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
This commit is contained in:
Pascal Birchler 2016-01-15 19:32:23 +00:00
parent 20580bed82
commit 03efa5ca83
1 changed files with 0 additions and 2 deletions

View File

@ -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.
*/