Changeset 43353 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 06/16/2018 10:24:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r43303 r43353 2203 2203 $expiration_date = date_i18n( get_option( 'date_format' ), time() + $expiration ); 2204 2204 2205 /* translators: Do not translate EXPIRATION, LINK, EMAIL,SITENAME, SITEURL: those are placeholders. */2205 /* translators: Do not translate EXPIRATION, LINK, SITENAME, SITEURL: those are placeholders. */ 2206 2206 $email_text = __( 2207 2207 'Howdy, … … 2214 2214 ###LINK### 2215 2215 2216 This email has been sent to ###EMAIL###.2217 2218 2216 Regards, 2219 2217 All at ###SITENAME### … … 2227 2225 * ###EXPIRATION### The date when the URL will be automatically deleted. 2228 2226 * ###LINK### URL of the personal data export file for the user. 2229 * ###EMAIL### The email we are sending to.2230 2227 * ###SITENAME### The name of the site. 2231 2228 * ###SITEURL### The URL to the site.
Note: See TracChangeset
for help on using the changeset viewer.