Changeset 34234 for trunk/src/wp-includes/class-json.php
- Timestamp:
- 09/16/2015 12:45:51 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-json.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-json.php
r32990 r34234 137 137 * - SERVICES_JSON_USE_TO_JSON: call toJSON when serializing objects 138 138 * It serializes the return value from the toJSON call rather 139 * than the object it 'self,toJSON can return associative arrays,139 * than the object itself, toJSON can return associative arrays, 140 140 * strings or numbers, if you return an object, make sure it does 141 141 * not have a toJSON method, otherwise an error will occur.
Note: See TracChangeset
for help on using the changeset viewer.