Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #4010


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4010 – Description

    initial v1  
    1 Since WordPress 3.3, WP_User usess 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.
     1Since !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
    33We can get around this for now by manually setting $user->data->user_pall to null.