diff --git src/wp-includes/pluggable.php src/wp-includes/pluggable.php
index 777dfbef1f..cdae31aab4 100644
|
|
if ( ! function_exists( 'wp_mail' ) ) : |
149 | 149 | * email successfully. It just only means that the method used was able to |
150 | 150 | * process the request without any errors. |
151 | 151 | * |
152 | | * Using the two 'wp_mail_from' and 'wp_mail_from_name' hooks allow from |
| 152 | * Using the two 'wp_mail_from' and 'wp_mail_from_name' hooks allow for |
153 | 153 | * creating a from address like 'Name <email@address.com>' when both are set. If |
154 | 154 | * just 'wp_mail_from' is set, then just the email address will be used with no |
155 | 155 | * name. |