Changeset 20101
- Timestamp:
- 03/02/2012 11:52:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r19852 r20101 1043 1043 * 1044 1044 * @since MU 1045 * @uses apply_filters() Filter newuser_notify_siteadmin to change the content of the email message 1045 1046 * 1046 1047 * @param int $user_id The new user's ID. … … 1064 1065 Disable these notifications: %3s'), $user->user_login, $_SERVER['REMOTE_ADDR'], $options_site_url); 1065 1066 1066 $msg = apply_filters( 'newuser_notify_siteadmin', $msg );1067 $msg = apply_filters( 'newuser_notify_siteadmin', $msg, $user ); 1067 1068 wp_mail( $email, sprintf(__('New User Registration: %s'), $user->user_login), $msg ); 1068 1069 return true;
Note: See TracChangeset
for help on using the changeset viewer.