Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 4 of Ticket #4010


Ignore:
Timestamp:
02/14/2012 07:50:28 PM (13 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4010

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #4010 – Description

    v1 v4  
    11Since !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.
    22
    3 We can get around this for now by manually setting $user->data->user_pall to null.
     3We can get around this for now by manually setting $user->data->user_pass to null.