Changeset 45137 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 04/08/2019 06:16:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r44826 r45137 1919 1919 $wp_new_user_notification_email_admin = array( 1920 1920 'to' => get_option( 'admin_email' ), 1921 /* translators: Password changenotification email subject. %s: Site title */1921 /* translators: New user registration notification email subject. %s: Site title */ 1922 1922 'subject' => __( '[%s] New User Registration' ), 1923 1923 'message' => $message, … … 1985 1985 $wp_new_user_notification_email = array( 1986 1986 'to' => $user->user_email, 1987 /* translators: Password changenotification email subject. %s: Site title */1988 'subject' => __( '[%s] Your username and password info' ),1987 /* translators: Login credentials notification email subject. %s: Site title */ 1988 'subject' => __( '[%s] Login Credentials' ), 1989 1989 'message' => $message, 1990 1990 'headers' => '',
Note: See TracChangeset
for help on using the changeset viewer.