Changeset 5785
- Timestamp:
- 02/14/2012 07:26:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-actions.php
r5729 r5785 87 87 // Not a password change attempt so empty the user_pass 88 88 } else { 89 unset( $update_user->user_pass ); 89 // unset( $update_user->user_pass ); // WP_User has no __unset() 90 $update_user->user_pass = null; 90 91 } 91 92
Note: See TracChangeset
for help on using the changeset viewer.