Changeset 61531 for branches/6.9/src/wp-includes/pluggable.php
- Timestamp:
- 01/26/2026 07:02:04 PM (2 months ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
- Property svn:mergeinfo changed
/trunk merged: 61323,61357,61405,61480
- Property svn:mergeinfo changed
-
branches/6.9/src/wp-includes/pluggable.php
r61393 r61531 445 445 446 446 try { 447 $phpmailer->setFrom( $from_email, $from_name );447 $phpmailer->setFrom( $from_email, $from_name, false ); 448 448 } catch ( PHPMailer\PHPMailer\Exception $e ) { 449 449 $mail_error_data = compact( 'to', 'subject', 'message', 'headers', 'attachments' );
Note: See TracChangeset
for help on using the changeset viewer.