Changes between Version 1 and Version 2 of Ticket #37731, comment 6
- Timestamp:
- 08/20/2016 01:03:24 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37731, comment 6
v1 v2 1 1 On line 2887 on function.php it has to be 2 2 3 $args[0] = _wp_json_sanity_check( $args[0] , $depth ); 3 `$args[0] = _wp_json_sanity_check( $args[0] , $depth );` 4 4 5 5 instead of 6 6 7 $args[0] = _wp_json_sanity_check( $data, $depth ); 7 `$args[0] = _wp_json_sanity_check( $data, $depth );` 8 8 9 9 Can somebody that has this bug make the changes and test ? ( i can`t reproduce )