Docs: Fix typo in wp_mail() description.

Props seedsca.
Fixes #47208.

git-svn-id: https://develop.svn.wordpress.org/trunk@45302 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-05-10 09:52:13 +00:00
parent cae0608a7f
commit 4ee05756d2

View File

@ -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 <email@address.com>' when both are set. If
* just 'wp_mail_from' is set, then just the email address will be used with no
* name.