Changeset 45204 for trunk/src/wp-includes/user.php
- Timestamp:
- 04/15/2019 10:38:59 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r45137 r45204 3086 3086 3087 3087 $subject = sprintf( 3088 /* translators: 1: Site name.2: Name of the confirmed action. */3088 /* translators: Privacy data request confirmed notification email subject. 1: Site title, 2: Name of the confirmed action. */ 3089 3089 __( '[%1$s] Action Confirmed: %2$s' ), 3090 3090 $email_data['sitename'], … … 3498 3498 $content = str_replace( '###SITEURL###', esc_url_raw( $email_data['siteurl'] ), $content ); 3499 3499 3500 /* translators: Privacy data request subject. 1: Site name, 2: Name of the action */3500 /* translators: Confirm privacy data request notification email subject. 1: Site title, 2: Name of the action */ 3501 3501 $subject = sprintf( __( '[%1$s] Confirm Action: %2$s' ), $email_data['sitename'], $email_data['description'] ); 3502 3502
Note: See TracChangeset
for help on using the changeset viewer.