Ticket #44016: 44016.diff
File 44016.diff, 1.6 KB (added by , 7 years ago) |
---|
-
src/wp-includes/user.php
3112 3112 * Filters the text of the email sent when an account action is attempted. 3113 3113 * 3114 3114 * 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 * 3116 3116 * ###DESCRIPTION### Description of the action being performed so the user knows what the email is for. 3117 3117 * ###CONFIRM_URL### The link to click on to confirm the account action. 3118 * ###EMAIL### 3119 * ###SITENAME### 3120 * ###SITEURL### 3118 * ###EMAIL### The email we are sending to. 3119 * ###SITENAME### The name of the site. 3120 * ###SITEURL### The URL to the site. 3121 3121 * 3122 3122 * @since 4.9.6 3123 3123 * 3124 * @param string $email_text 3124 * @param string $email_text Text in the email. 3125 3125 * @param array $email_data { 3126 3126 * Data relating to the account action email. 3127 3127 * 3128 * @type WP_User_Request $request User request object.3128 * @type WP_User_Request $request User request object. 3129 3129 * @type string $email The email address this is being sent to. 3130 3130 * @type string $description Description of the action being performed so the user knows what the email is for. 3131 3131 * @type string $confirm_url The link to click on to confirm the account action.