Changeset 48107
- Timestamp:
- 06/20/2020 12:20:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r48100 r48107 2048 2048 * @param array $pass_change_email { 2049 2049 * Used to build wp_mail(). 2050 * 2050 2051 * @type string $to The intended recipients. Add emails in a comma separated string. 2051 2052 * @type string $subject The subject of the email. … … 2105 2106 * @param array $email_change_email { 2106 2107 * Used to build wp_mail(). 2108 * 2107 2109 * @type string $to The intended recipients. 2108 2110 * @type string $subject The subject of the email. … … 2117 2119 * @type string $headers Headers. 2118 2120 * } 2119 * @param array $user The original user array.2121 * @param array $user The original user array. 2120 2122 * @param array $userdata The updated user array. 2121 2123 */ … … 2276 2278 * 2277 2279 * @param WP_User $user User to retrieve password reset key for. 2278 *2279 2280 * @return string|WP_Error Password reset key on success. WP_Error on error. 2280 2281 */ … … 2869 2870 * 2870 2871 * 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. 2876 2877 * 2877 2878 * @since MU (3.0.0)
Note: See TracChangeset
for help on using the changeset viewer.