Make WordPress Core

Changeset 48107


Ignore:
Timestamp:
06/20/2020 12:20:24 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections for email filters in wp-includes/user.php.

See #49572.

File:
1 edited

Legend:

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

    r48100 r48107  
    20482048             * @param array $pass_change_email {
    20492049             *            Used to build wp_mail().
     2050             *
    20502051             *            @type string $to      The intended recipients. Add emails in a comma separated string.
    20512052             *            @type string $subject The subject of the email.
     
    21052106             * @param array $email_change_email {
    21062107             *            Used to build wp_mail().
     2108             *
    21072109             *            @type string $to      The intended recipients.
    21082110             *            @type string $subject The subject of the email.
     
    21172119             *            @type string $headers Headers.
    21182120             *        }
    2119              * @param array $user The original user array.
     2121             * @param array $user     The original user array.
    21202122             * @param array $userdata The updated user array.
    21212123             */
     
    22762278 *
    22772279 * @param WP_User $user User to retrieve password reset key for.
    2278  *
    22792280 * @return string|WP_Error Password reset key on success. WP_Error on error.
    22802281 */
     
    28692870         *
    28702871         * The following strings have a special meaning and will get replaced dynamically:
    2871          * ###USERNAME###  The current user's username.
    2872          * ###ADMIN_URL### The link to click on to confirm the email change.
    2873          * ###EMAIL###     The new email.
    2874          * ###SITENAME###  The name of the site.
    2875          * ###SITEURL###   The URL to the site.
     2872         * - ###USERNAME###  The current user's username.
     2873         * - ###ADMIN_URL### The link to click on to confirm the email change.
     2874         * - ###EMAIL###     The new email.
     2875         * - ###SITENAME###  The name of the site.
     2876         * - ###SITEURL###   The URL to the site.
    28762877         *
    28772878         * @since MU (3.0.0)
Note: See TracChangeset for help on using the changeset viewer.