Changes between Initial Version and Version 2 of Ticket #15030
- Timestamp:
- 10/04/2010 11:10:47 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15030
- Property Keywords has-patch added
-
Property
Milestone
changed from
Awaiting Review
to3.1
-
Ticket #15030 – Description
initial v2 1 Currently when retrieving an array of metadata values , they are retrieved as unserialized. Only when $single = truedo we unserialize.1 Currently when retrieving an array of metadata values for an object (no meta key specialized), they are retrieved as serialized. Only when meta key is specified do we unserialize. 2 2 3 3 We should array_map( 'maybe_unserialize' ) on what we plan to return instead of forcing plugins to call that themselves.