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
This commit is contained in:
John Blackbourn 2017-08-04 14:20:21 +00:00
parent 3e5005c30c
commit e45625b5b0
1 changed files with 4 additions and 2 deletions

View File

@ -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.