#4993 closed defect (bug) (fixed)
get_usermeta should use maybe_unserialize
Reported by: | filosofo | Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | General | Keywords: | get_usermeta maybe_unserialize has-patch |
Focuses: | Cc: |
Description
get_usermeta tries to determine on its own whether to unserialize, but instead it should use the maybe_unserialize function.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [6124]) Use maybe_unserialize() in get_usermeta(). Props filosofo. fixes #4993