Changes between Initial Version and Version 1 of Ticket #20043
- Timestamp:
- 02/14/2012 07:59:42 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20043 – Description
initial v1 1 When the magic methods were put into WP_User in 3.3, __unset() was skipped. This has the result of unset( $user_data->$foo ); not actually doing anything.1 When the magic methods were put into WP_User in 3.3, !__unset() was skipped. This has the result of unset( $user_data->$foo ); not actually doing anything. 2 2 3 3 Patched against r19926.