Changeset 60151
- Timestamp:
- 04/11/2025 07:36:09 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r59880 r60151 1340 1340 */ 1341 1341 protected function get_json_last_error() { 1342 $last_error_code = json_last_error(); 1343 1344 if ( JSON_ERROR_NONE === $last_error_code || empty( $last_error_code ) ) { 1342 if ( JSON_ERROR_NONE === json_last_error() ) { 1345 1343 return false; 1346 1344 }
Note: See TracChangeset
for help on using the changeset viewer.