From 83e8e6c003f4d46baa59a2db91e258fa10a53c61 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 16 Jul 2018 12:11:14 +0000 Subject: [PATCH] Privacy: Change `@since` entry for `user_request_confirmed_email_subject` filter added in [43373] to 4.9.8. See #44382. git-svn-id: https://develop.svn.wordpress.org/trunk@43451 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index d39ecd83b6..e5420b6ae7 100644 --- a/src/wp-includes/user.php +++ b/src/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.