From 0cdab6e91d503d71f8837b7c5fc7fca12460f12b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Sep 2020 11:03:02 +0000 Subject: [PATCH] Docs: Add a `@since` note for the `recovery_mode_email` filter about the `$email` argument now including the `attachments` key. Follow-up to [48964]. See #51276. Built from https://develop.svn.wordpress.org/trunk@48994 git-svn-id: http://core.svn.wordpress.org/trunk@48756 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-recovery-mode-email-service.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-recovery-mode-email-service.php b/wp-includes/class-wp-recovery-mode-email-service.php index 154c134ad1..05103b64b9 100644 --- a/wp-includes/class-wp-recovery-mode-email-service.php +++ b/wp-includes/class-wp-recovery-mode-email-service.php @@ -206,6 +206,7 @@ When seeking help with this issue, you may be asked for some of the following in * Filters the contents of the Recovery Mode email. * * @since 5.2.0 + * @since 5.6.0 The `$email` argument includes the `attachments` key. * * @param array $email { * Used to build a call to wp_mail(). diff --git a/wp-includes/version.php b/wp-includes/version.php index be8bf96562..894a54c134 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48993'; +$wp_version = '5.6-alpha-48994'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.