Changeset 51089 for trunk/src/wp-includes/class-wp-theme-json-resolver.php
- Timestamp:
- 06/08/2021 08:07:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r50967 r51089 67 67 $json_decoding_error = json_last_error(); 68 68 if ( JSON_ERROR_NONE !== $json_decoding_error ) { 69 error_log( 'Error when decoding file schema: '. json_last_error_msg() );69 trigger_error( "Error when decoding a theme.json schema at path $file_path " . json_last_error_msg() ); 70 70 return $config; 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.