diff --git a/src/wp-includes/class-wp-recovery-mode-email-service.php b/src/wp-includes/class-wp-recovery-mode-email-service.php index 154c134ad1..05103b64b9 100644 --- a/src/wp-includes/class-wp-recovery-mode-email-service.php +++ b/src/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().