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