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:
parent
20580bed82
commit
03efa5ca83
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue