Make WordPress Core


Ignore:
Timestamp:
06/08/2021 08:07:15 AM (4 years ago)
Author:
youknowriad
Message:

Block Editor: Package updates for 5.8 beta 1.

This includes the following fixes:

Widgets Editor:

Widget blocks in the customizer:

Global Styles:

Template Editor:

Miscellaneous:

Performance:

Props noisysocks, nosolosw, jorgefilipecosta.
See #52991.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme-json-resolver.php

    r50967 r51089  
    6767            $json_decoding_error = json_last_error();
    6868            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() );
    7070                return $config;
    7171            }
Note: See TracChangeset for help on using the changeset viewer.