From e45625b5b03f328defebfda8555c2f22c3d8d917 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 4 Aug 2017 14:20:21 +0000 Subject: [PATCH] Multisite: Clarify descriptions of the `wpmu_signup_blog_notification()` and `wpmu_signup_user_notification()` functions. See #41017 git-svn-id: https://develop.svn.wordpress.org/trunk@41230 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/ms-functions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index 03b1c37220..29d737ab9b 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/wp-includes/ms-functions.php @@ -814,7 +814,8 @@ function wpmu_signup_user( $user, $user_email, $meta = array() ) { } /** - * Notify user of signup success. + * Send a confirmation request email to a user when they sign up for a new site. The new site will not become active + * until the confirmation link is clicked. * * This is the notification function used when site registration * is enabled. @@ -930,7 +931,8 @@ function wpmu_signup_blog_notification( $domain, $path, $title, $user_login, $us } /** - * Notify user of signup success. + * Send a confirmation request email to a user when they sign up for a new user account (without signing up for a site + * at the same time). The user account will not become active until the confirmation link is clicked. * * This is the notification function used when no new site has * been requested.