Changeset 36827
- Timestamp:
- 03/03/2016 09:11:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r36293 r36827 1540 1540 1541 1541 /** 1542 * Filter the content of the welcome email after user activation.1542 * Filters the content of the welcome email after user activation. 1543 1543 * 1544 1544 * Content should be formatted for transmission via wp_mail(). … … 1546 1546 * @since MU 1547 1547 * 1548 * @param type$welcome_email The message body of the account activation success email.1548 * @param string $welcome_email The message body of the account activation success email. 1549 1549 * @param int $user_id User ID. 1550 1550 * @param string $password User password.
Note: See TracChangeset
for help on using the changeset viewer.