Changeset 43190 for branches/4.9/src/wp-includes/user.php
- Timestamp:
- 05/09/2018 02:38:44 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/user.php
r43176 r43190 3035 3035 * 3036 3036 * The following strings have a special meaning and will get replaced dynamically: 3037 * ###USERNAME### The user's username, if the user has an account. Prefixed with single space. Otherwise left blank.3037 * 3038 3038 * ###DESCRIPTION### Description of the action being performed so the user knows what the email is for. 3039 3039 * ###CONFIRM_URL### The link to click on to confirm the account action. 3040 * ###EMAIL### 3041 * ###SITENAME### 3042 * ###SITEURL### 3040 * ###EMAIL### The email we are sending to. 3041 * ###SITENAME### The name of the site. 3042 * ###SITEURL### The URL to the site. 3043 3043 * 3044 3044 * @since 4.9.6 3045 3045 * 3046 * @param string $email_text 3046 * @param string $email_text Text in the email. 3047 3047 * @param array $email_data { 3048 3048 * Data relating to the account action email. 3049 3049 * 3050 * @type WP_User_Request $request User request object.3050 * @type WP_User_Request $request User request object. 3051 3051 * @type string $email The email address this is being sent to. 3052 3052 * @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.