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.