diff --git a/wp-includes/user.php b/wp-includes/user.php index b723c29143..81fdf6bca9 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -3088,7 +3088,6 @@ All at ###SITENAME### */ $subject = apply_filters( 'user_request_action_email_subject', $subject, $blogname, $email_data ); - /* translators: %s Site name. */ return wp_mail( $email_data['email'], $subject, $content ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index c414119f23..474f4faff0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.6-beta1-43198'; +$wp_version = '4.9.6-beta1-43200'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.