[wp-trac] [WordPress Trac] #20043: WP_User missing magic __unset() method
WordPress Trac
wp-trac at lists.automattic.com
Tue Feb 14 19:59:42 UTC 2012
#20043: WP_User missing magic __unset() method
-----------------------------+------------------------------
Reporter: johnjamesjacoby | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Users | Version:
Severity: normal | Resolution:
Keywords: has-patch |
-----------------------------+------------------------------
Description changed by johnjamesjacoby:
Old description:
> 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.
>
> Patched against r19926.
New description:
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.
Patched against r19926.
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20043#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list