Make WordPress Core


Ignore:
Timestamp:
08/30/2021 02:08:43 PM (3 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

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

    r51599 r51693  
    9494    private static function translate( $theme_json, $domain = 'default' ) {
    9595        if ( null === self::$i18n_schema ) {
    96             $i18n_schema = wp_json_file_decode( __DIR__ . '/theme-i18n.json' );
     96            $i18n_schema       = wp_json_file_decode( __DIR__ . '/theme-i18n.json' );
    9797            self::$i18n_schema = null === $i18n_schema ? array() : $i18n_schema;
    9898        }
Note: See TracChangeset for help on using the changeset viewer.