Changeset 39326 for trunk/src/wp-includes/user.php
- Timestamp:
- 11/21/2016 02:45:53 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r38961 r39326 1824 1824 $pass_change_email = array( 1825 1825 'to' => $user['user_email'], 1826 /* translators: User password change notification email subject. 1: Site name */ 1826 1827 'subject' => __( '[%s] Notice of Password Change' ), 1827 1828 'message' => $pass_change_text, … … 1879 1880 $email_change_email = array( 1880 1881 'to' => $user['user_email'], 1882 /* translators: User email change notification email subject. 1: Site name */ 1881 1883 'subject' => __( '[%s] Notice of Email Change' ), 1882 1884 'message' => $email_change_text,
Note: See TracChangeset
for help on using the changeset viewer.