Changeset 42827 for trunk/src/wp-includes/user.php
- Timestamp:
- 03/11/2018 04:43:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r42791 r42827 1953 1953 $pass_change_email = array( 1954 1954 'to' => $user['user_email'], 1955 /* translators: User password change notification email subject. 1: Site name */1955 /* translators: User password change notification email subject. %s: Site name */ 1956 1956 'subject' => __( '[%s] Notice of Password Change' ), 1957 1957 'message' => $pass_change_text, … … 2010 2010 $email_change_email = array( 2011 2011 'to' => $user['user_email'], 2012 /* translators: User email change notification email subject. 1: Site name */2012 /* translators: User email change notification email subject. %s: Site name */ 2013 2013 'subject' => __( '[%s] Notice of Email Change' ), 2014 2014 'message' => $email_change_text,
Note: See TracChangeset
for help on using the changeset viewer.