Mail: Reset PHPMailer properties between use.

Props xknown, martinkrcho, tykoted.

Built from https://develop.svn.wordpress.org/trunk@54529


git-svn-id: http://core.svn.wordpress.org/trunk@54084 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-10-17 11:42:11 +00:00
parent 8b2ade73a2
commit 1b46797366
2 changed files with 3 additions and 1 deletions

View File

@ -353,6 +353,8 @@ if ( ! function_exists( 'wp_mail' ) ) :
$phpmailer->clearAttachments();
$phpmailer->clearCustomHeaders();
$phpmailer->clearReplyTos();
$phpmailer->Body = '';
$phpmailer->AltBody = '';
// Set "From" name and email.

View File

@ -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.