Changeset 33747
- Timestamp:
- 08/26/2015 03:25:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r33734 r33747 2678 2678 } 2679 2679 2680 $json = call_user_func_array( 'json_encode', $args );2680 $json = @call_user_func_array( 'json_encode', $args ); 2681 2681 2682 2682 // If json_encode() was successful, no need to do more sanity checking.
Note: See TracChangeset
for help on using the changeset viewer.