Changeset 43353 for trunk/src/wp-includes/user.php
- Timestamp:
- 06/16/2018 10:24:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r43331 r43353 3339 3339 ); 3340 3340 3341 /* translators: Do not translate DESCRIPTION, CONFIRM_URL, EMAIL,SITENAME, SITEURL: those are placeholders. */3341 /* translators: Do not translate DESCRIPTION, CONFIRM_URL, SITENAME, SITEURL: those are placeholders. */ 3342 3342 $email_text = __( 3343 3343 'Howdy, … … 3352 3352 You can safely ignore and delete this email if you do not want to 3353 3353 take this action. 3354 3355 This email has been sent to ###EMAIL###.3356 3354 3357 3355 Regards, … … 3367 3365 * ###DESCRIPTION### Description of the action being performed so the user knows what the email is for. 3368 3366 * ###CONFIRM_URL### The link to click on to confirm the account action. 3369 * ###EMAIL### The email we are sending to.3370 3367 * ###SITENAME### The name of the site. 3371 3368 * ###SITEURL### The URL to the site.
Note: See TracChangeset
for help on using the changeset viewer.