diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 77a4dcd904..a1093b74ac 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1256,6 +1256,8 @@ 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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index e757f07fb1..91abb9af24 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36424'; +$wp_version = '4.5-alpha-36425'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.