Docs: Fix typo in wp_mail() description.

Props seedsca.
Fixes #47208.
Built from https://develop.svn.wordpress.org/trunk@45302


git-svn-id: http://core.svn.wordpress.org/trunk@45111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-05-10 09:53:54 +00:00
parent 1b3b04f354
commit b36a31ae14
2 changed files with 2 additions and 2 deletions

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.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45301';
$wp_version = '5.3-alpha-45302';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.