Changeset 41230
- Timestamp:
- 08/04/2017 02:20:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r41225 r41230 815 815 816 816 /** 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. 818 819 * 819 820 * This is the notification function used when site registration … … 931 932 932 933 /** 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. 934 936 * 935 937 * This is the notification function used when no new site has
Note: See TracChangeset
for help on using the changeset viewer.