From 5f67ba0406a725f4abce5a98dcb1374d33d2de7b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 6 Jul 2021 18:18:02 +0000 Subject: [PATCH] Docs: Correct the `@since` tag for the `user_erasure_fulfillment_email_headers` filter. See #44314, #53461 Built from https://develop.svn.wordpress.org/trunk@51353 git-svn-id: http://core.svn.wordpress.org/trunk@50962 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 b4703142da..669c0bcba8 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -4049,7 +4049,7 @@ All at ###SITENAME### /** * Filters the headers of the data erasure fulfillment notification. * - * @since 5.7.0 + * @since 5.8.0 * * @param string|array $headers The email headers. * @param string $subject The email subject. diff --git a/wp-includes/version.php b/wp-includes/version.php index f4c65950db..c61c0755f2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51352'; +$wp_version = '5.9-alpha-51353'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.