mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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:
parent
5ce4f59f07
commit
5f67ba0406
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user