Changes between Version 1 and Version 4 of Ticket #4010
- Timestamp:
- 02/14/2012 07:50:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4010
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #4010 – Description
v1 v4 1 1 Since !WordPress 3.3, WP_User uses magic methods for setting and getting user data to and from $user->data. In the settings component, we attempt to unset it, but WP_User is missing the magic !__unset() method, so it fails. 2 2 3 We can get around this for now by manually setting $user->data->user_pa llto null.3 We can get around this for now by manually setting $user->data->user_pass to null.