Comments: Remove unneeded `$req` variable in `comments_template()`.

Props Latz.
Fixes #35473.
Built from https://develop.svn.wordpress.org/trunk@36322


git-svn-id: http://core.svn.wordpress.org/trunk@36289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2016-01-15 19:33:27 +00:00
parent 552ed65d3b
commit e85f75f23f
2 changed files with 1 additions and 3 deletions

View File

@ -1257,8 +1257,6 @@ function comments_template( $file = '/comments.php', $separate_comments = false
if ( empty($file) ) if ( empty($file) )
$file = '/comments.php'; $file = '/comments.php';
$req = get_option('require_name_email');
/* /*
* Comment author information fetched from the comment cookies. * Comment author information fetched from the comment cookies.
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-alpha-1452886092547'; $wp_version = '4.5-alpha-1452886392909';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.