mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-03 08:40:10 +00:00
Coding Standards: Apply some minor alignment fixes.
These are updates caused by running `composer format`. Follow up to [51501], [51599], [51618], [51653]. See #53359, #50542, #53238, #53668, #53690. git-svn-id: https://develop.svn.wordpress.org/trunk@51693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -93,7 +93,7 @@ class WP_Theme_JSON_Resolver {
|
||||
*/
|
||||
private static function translate( $theme_json, $domain = 'default' ) {
|
||||
if ( null === self::$i18n_schema ) {
|
||||
$i18n_schema = wp_json_file_decode( __DIR__ . '/theme-i18n.json' );
|
||||
$i18n_schema = wp_json_file_decode( __DIR__ . '/theme-i18n.json' );
|
||||
self::$i18n_schema = null === $i18n_schema ? array() : $i18n_schema;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user