Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20043


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

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.
     1When 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.
    22
    33Patched against r19926.