Changeset 38287 for branches/4.6/src/wp-includes/pluggable.php
- Timestamp:
- 08/20/2016 02:20:04 AM (9 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/pluggable.php
r38058 r38287 350 350 $from_name = apply_filters( 'wp_mail_from_name', $from_name ); 351 351 352 $phpmailer->setFrom( $from_email, $from_name );352 $phpmailer->setFrom( $from_email, $from_name, false ); 353 353 354 354 // Set destination addresses
Note: See TracChangeset
for help on using the changeset viewer.