Changes between Initial Version and Version 1 of Ticket #36358
- Timestamp:
- 03/28/2016 05:14:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36358 – Description
initial v1 1 1 I was looking at the `wp_json_encode()` function for unrelated reasons and noticed a code oddity where the return of a function call to `_wp_json_prepare_data()` which was intentionally introduced was being disregarded. 2 2 3 The code was introduced in #34926by @rmccue.3 The code was introduced in [34926] by @rmccue. 4 4 5 5 I'm including three different patches which each solve the issue in a slightly different way.