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:
parent
1b3b04f354
commit
b36a31ae14
|
@ -149,7 +149,7 @@ if ( ! function_exists( 'wp_mail' ) ) :
|
||||||
* email successfully. It just only means that the method used was able to
|
* email successfully. It just only means that the method used was able to
|
||||||
* process the request without any errors.
|
* 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
|
* 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
|
* just 'wp_mail_from' is set, then just the email address will be used with no
|
||||||
* name.
|
* name.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue