Changeset 43189 for trunk/src/wp-includes/user.php
- Timestamp:
- 05/09/2018 02:37:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r43175 r43189 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.
Note: See TracChangeset
for help on using the changeset viewer.