Opened 15 months ago
Last modified 5 days ago
#20043 new defect (bug)
WP_User missing magic __unset() method — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Users | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | djpaul@…, kpayne@… |
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.
Note: See
TracTickets for help on using
tickets.
