Make WordPress Core

Changeset 36827


Ignore:
Timestamp:
03/03/2016 09:11:34 AM (9 years ago)
Author:
swissspidy
Message:

Docs: Improve documentation for the update_welcome_user_email() filter, introduced in [26538].

See #25598. See #35986.

File:
1 edited

Legend:

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

    r36293 r36827  
    15401540
    15411541    /**
    1542      * Filter the content of the welcome email after user activation.
     1542     * Filters the content of the welcome email after user activation.
    15431543     *
    15441544     * Content should be formatted for transmission via wp_mail().
     
    15461546     * @since MU
    15471547     *
    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.
    15491549     * @param int    $user_id       User ID.
    15501550     * @param string $password      User password.
Note: See TracChangeset for help on using the changeset viewer.