From 4ee05756d204c76c17b656612d01c0e29680916e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 May 2019 09:52:13 +0000 Subject: [PATCH] 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 --- src/wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.