Changes between Initial Version and Version 1 of Ticket #4010
- Timestamp:
- 02/14/2012 07:24:25 PM (13 years ago)
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.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 3 We can get around this for now by manually setting $user->data->user_pall to null.