mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 00:24:34 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user