mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
552ed65d3b
commit
e85f75f23f
@ -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.
|
||||
*/
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user