Changeset 43354 for branches/4.9
- Timestamp:
- 06/16/2018 10:26:06 AM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/file.php
r43305 r43354 2066 2066 $expiration_date = date_i18n( get_option( 'date_format' ), time() + $expiration ); 2067 2067 2068 /* translators: Do not translate EXPIRATION, LINK, EMAIL,SITENAME, SITEURL: those are placeholders. */2068 /* translators: Do not translate EXPIRATION, LINK, SITENAME, SITEURL: those are placeholders. */ 2069 2069 $email_text = __( 2070 2070 'Howdy, … … 2077 2077 ###LINK### 2078 2078 2079 This email has been sent to ###EMAIL###.2080 2081 2079 Regards, 2082 2080 All at ###SITENAME### … … 2090 2088 * ###EXPIRATION### The date when the URL will be automatically deleted. 2091 2089 * ###LINK### URL of the personal data export file for the user. 2092 * ###EMAIL### The email we are sending to.2093 2090 * ###SITENAME### The name of the site. 2094 2091 * ###SITEURL### The URL to the site. -
branches/4.9/src/wp-includes/user.php
r43342 r43354 3261 3261 ); 3262 3262 3263 /* translators: Do not translate DESCRIPTION, CONFIRM_URL, EMAIL,SITENAME, SITEURL: those are placeholders. */3263 /* translators: Do not translate DESCRIPTION, CONFIRM_URL, SITENAME, SITEURL: those are placeholders. */ 3264 3264 $email_text = __( 3265 3265 'Howdy, … … 3274 3274 You can safely ignore and delete this email if you do not want to 3275 3275 take this action. 3276 3277 This email has been sent to ###EMAIL###.3278 3276 3279 3277 Regards, … … 3289 3287 * ###DESCRIPTION### Description of the action being performed so the user knows what the email is for. 3290 3288 * ###CONFIRM_URL### The link to click on to confirm the account action. 3291 * ###EMAIL### The email we are sending to.3292 3289 * ###SITENAME### The name of the site. 3293 3290 * ###SITEURL### The URL to the site.
Note: See TracChangeset
for help on using the changeset viewer.