Make WordPress Core


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

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

Props desrosj.
Merges [43189] to the 4.9 branch.
Fixes #44016.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/user.php

    r43176 r43190  
    30353035     *
    30363036     * The following strings have a special meaning and will get replaced dynamically:
    3037      * ###USERNAME###           The user's username, if the user has an account. Prefixed with single space. Otherwise left blank.
     3037     *
    30383038     * ###DESCRIPTION### Description of the action being performed so the user knows what the email is for.
    30393039     * ###CONFIRM_URL### The link to click on to confirm the account action.
    3040      * ###EMAIL###              The email we are sending to.
    3041      * ###SITENAME###           The name of the site.
    3042      * ###SITEURL###            The URL to the site.
     3040     * ###EMAIL###       The email we are sending to.
     3041     * ###SITENAME###    The name of the site.
     3042     * ###SITEURL###     The URL to the site.
    30433043     *
    30443044     * @since 4.9.6
    30453045     *
    3046      * @param string $email_text     Text in the email.
     3046     * @param string $email_text Text in the email.
    30473047     * @param array  $email_data {
    30483048     *     Data relating to the account action email.
    30493049     *
    3050      *     @type WP_User_Request $request User request object.
     3050     *     @type WP_User_Request $request     User request object.
    30513051     *     @type string          $email       The email address this is being sent to.
    30523052     *     @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.