Changeset 61131 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 11/04/2025 05:18:55 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r61038 r61131 384 384 $phpmailer->Body = ''; 385 385 $phpmailer->AltBody = ''; 386 387 /* 388 * Reset encoding to 8-bit, as it may have been automatically downgraded 389 * to 7-bit by PHPMailer (based on the body contents) in a previous call 390 * to wp_mail(). 391 * 392 * See https://core.trac.wordpress.org/ticket/33972 393 */ 394 $phpmailer->Encoding = PHPMailer\PHPMailer\PHPMailer::ENCODING_8BIT; 386 395 387 396 // Set "From" name and email.
Note: See TracChangeset
for help on using the changeset viewer.