Make WordPress Core

Changeset 54298


Ignore:
Timestamp:
09/23/2022 09:29:52 PM (2 years ago)
Author:
davidbaumwald
Message:

Coding Standards: Correct alignment in WP_Theme_JSON_Resolver::get_core_data().

Follow-up to [54251].

See #55647.

File:
1 edited

Legend:

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

    r54284 r54298  
    136136        }
    137137
    138         $config       = static::read_json_file( __DIR__ . '/theme.json' );
    139         $config       = static::translate( $config );
     138        $config = static::read_json_file( __DIR__ . '/theme.json' );
     139        $config = static::translate( $config );
    140140        /**
    141141         * Filters the default data provided by WordPress for global styles & settings.
Note: See TracChangeset for help on using the changeset viewer.