Changeset 37444
- Timestamp:
- 05/17/2016 03:54:37 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r37431 r37444 2873 2873 2874 2874 // Prepare the data for JSON serialization. 2875 $ data= _wp_json_prepare_data( $data );2875 $args[0] = _wp_json_prepare_data( $data ); 2876 2876 2877 2877 $json = @call_user_func_array( 'json_encode', $args );
Note: See TracChangeset
for help on using the changeset viewer.