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
This commit is contained in:
John Blackbourn 2021-07-06 18:18:02 +00:00
parent 5ce4f59f07
commit 5f67ba0406
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.