From 49159c5fc3931d41a1ffd8b526cbb54ce2bb884e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 6 Jul 2021 18:16:52 +0000 Subject: [PATCH] Docs: Correct the `@since` tag for the `user_erasure_fulfillment_email_headers` filter. See #44314, #53461 git-svn-id: https://develop.svn.wordpress.org/trunk@51353 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 b4703142da..669c0bcba8 100644 --- a/src/wp-includes/user.php +++ b/src/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.