Make WordPress Core

Changeset 41230


Ignore:
Timestamp:
08/04/2017 02:20:21 PM (8 years ago)
Author:
johnbillion
Message:

Multisite: Clarify descriptions of the wpmu_signup_blog_notification() and wpmu_signup_user_notification() functions.

See #41017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-functions.php

    r41225 r41230  
    815815
    816816/**
    817  * Notify user of signup success.
     817 * Send a confirmation request email to a user when they sign up for a new site. The new site will not become active
     818 * until the confirmation link is clicked.
    818819 *
    819820 * This is the notification function used when site registration
     
    931932
    932933/**
    933  * Notify user of signup success.
     934 * Send a confirmation request email to a user when they sign up for a new user account (without signing up for a site
     935 * at the same time). The user account will not become active until the confirmation link is clicked.
    934936 *
    935937 * This is the notification function used when no new site has
Note: See TracChangeset for help on using the changeset viewer.