Make WordPress Core

Ticket #44016: 44016.diff

File 44016.diff, 1.6 KB (added by desrosj, 7 years ago)

Remove unused placeholder from inline documentation and fix alignment.

  • src/wp-includes/user.php

     
    31123112         * Filters the text of the email sent when an account action is attempted.
    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.
    31313131         *     @type string          $confirm_url The link to click on to confirm the account action.