Coding Standards: Correct alignment in WP_Theme_JSON_Resolver::get_core_data().
Follow-up to [54251]. See #55647. Built from https://develop.svn.wordpress.org/trunk@54298 git-svn-id: http://core.svn.wordpress.org/trunk@53857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -135,8 +135,8 @@ class WP_Theme_JSON_Resolver {
|
||||
return static::$core;
|
||||
}
|
||||
|
||||
$config = static::read_json_file( __DIR__ . '/theme.json' );
|
||||
$config = static::translate( $config );
|
||||
$config = static::read_json_file( __DIR__ . '/theme.json' );
|
||||
$config = static::translate( $config );
|
||||
/**
|
||||
* Filters the default data provided by WordPress for global styles & settings.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user