From 357a663899ddc360b327af9b7e05b59090388370 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 16 Jul 2018 12:12:25 +0000 Subject: [PATCH] Privacy: Change `@since` entry for `user_request_confirmed_email_subject` filter added in [43373] to 4.9.8. See #44382. Built from https://develop.svn.wordpress.org/trunk@43451 git-svn-id: http://core.svn.wordpress.org/trunk@43278 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index d39ecd83b6..e5420b6ae7 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -3061,7 +3061,7 @@ All at ###SITENAME### /** * Filters the subject of the user request confirmation email. * - * @since 4.9.7 + * @since 4.9.8 * * @param string $subject The email subject. * @param string $sitename The name of the site. diff --git a/wp-includes/version.php b/wp-includes/version.php index 37df37f37d..19fbf77d10 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43447'; +$wp_version = '5.0-alpha-43451'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.