From 89a11a8c42fc740e41052663aa8a4dc2d445651b Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 9 May 2018 17:57:20 +0000 Subject: [PATCH] Privacy: remove leftover comment after [43197]. See #43968. Built from https://develop.svn.wordpress.org/trunk@43199 git-svn-id: http://core.svn.wordpress.org/trunk@43028 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index 0e6e13537e..2a31e1db1e 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -3166,7 +3166,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 dde5ba1c73..dac0c7a710 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43197'; +$wp_version = '5.0-alpha-43199'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.