diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 5d65e53f8b..c2a975d896 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -353,6 +353,8 @@ if ( ! function_exists( 'wp_mail' ) ) : $phpmailer->clearAttachments(); $phpmailer->clearCustomHeaders(); $phpmailer->clearReplyTos(); + $phpmailer->Body = ''; + $phpmailer->AltBody = ''; // Set "From" name and email. diff --git a/wp-includes/version.php b/wp-includes/version.php index b5b989964a..093eb05d59 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-RC1-54528'; +$wp_version = '6.1-RC1-54529'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.