Make WordPress Core


Ignore:
Timestamp:
05/09/2018 02:37:44 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove unused ###USERNAME### placeholder reference from user_request_action_email_content filter documentation.

Props desrosj.
Fixes #44016.

File:
1 edited

Legend:

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

    r43175 r43189  
    31133113     *
    31143114     * The following strings have a special meaning and will get replaced dynamically:
    3115      * ###USERNAME###           The user's username, if the user has an account. Prefixed with single space. Otherwise left blank.
     3115     *
    31163116     * ###DESCRIPTION### Description of the action being performed so the user knows what the email is for.
    31173117     * ###CONFIRM_URL### The link to click on to confirm the account action.
    3118      * ###EMAIL###              The email we are sending to.
    3119      * ###SITENAME###           The name of the site.
    3120      * ###SITEURL###            The URL to the site.
     3118     * ###EMAIL###       The email we are sending to.
     3119     * ###SITENAME###    The name of the site.
     3120     * ###SITEURL###     The URL to the site.
    31213121     *
    31223122     * @since 4.9.6
    31233123     *
    3124      * @param string $email_text     Text in the email.
     3124     * @param string $email_text Text in the email.
    31253125     * @param array  $email_data {
    31263126     *     Data relating to the account action email.
    31273127     *
    3128      *     @type WP_User_Request $request User request object.
     3128     *     @type WP_User_Request $request     User request object.
    31293129     *     @type string          $email       The email address this is being sent to.
    31303130     *     @type string          $description Description of the action being performed so the user knows what the email is for.
Note: See TracChangeset for help on using the changeset viewer.