Changeset 34116 for trunk/src/wp-includes/user-functions.php
- Timestamp:
- 09/14/2015 12:42:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user-functions.php
r34107 r34116 2013 2013 update_user_option( $user_id, 'default_password_nag', true, true ); //Set up the Password change nag. 2014 2014 2015 wp_new_user_notification( $user_id, 'both' );2015 wp_new_user_notification( $user_id, null, 'both' ); 2016 2016 2017 2017 return $user_id;
Note: See TracChangeset
for help on using the changeset viewer.