Changes between Initial Version and Version 1 of Ticket #15030, comment 17
- Timestamp:
- 12/02/2014 01:11:12 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15030, comment 17
initial v1 1 This is kind of obvious, but this is one thing that's worth noting is no longer backwards compatible .1 This is kind of obvious, but this is one thing that's worth noting is no longer backwards compatible (and affects,`get_post_custom()`, `get_post_meta()`, and `get_metadata()`). 2 2 3 3 If anyone was expecting a serialized string and passing it to unserialize() things will now break. If they were using maybe_unserialize() it will silently still work.