Changeset 55210 for trunk/src/wp-includes/class-json.php
- Timestamp:
- 02/03/2023 01:33:18 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-json.php
r54759 r55210 292 292 _deprecated_function( __METHOD__, '5.3.0', 'The PHP native JSON extension' ); 293 293 294 header('Content- type: application/json');294 header('Content-Type: application/json'); 295 295 return $this->encodeUnsafe($var); 296 296 }
Note: See TracChangeset
for help on using the changeset viewer.