#4993 closed defect (bug) (fixed)
get_usermeta should use maybe_unserialize
| Reported by: | filosofo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | General | Version: | 2.3 |
| Severity: | normal | Keywords: | get_usermeta maybe_unserialize has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [6124]) Use maybe_unserialize() in get_usermeta(). Props filosofo. fixes #4993