Changeset 51149 for trunk/src/wp-includes/class-wp-theme-json-resolver.php
- Timestamp:
- 06/15/2021 08:50:26 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r51089 r51149 249 249 $config = self::read_json_file( __DIR__ . '/theme.json' ); 250 250 $config = self::translate( $config ); 251 self::$core = new WP_Theme_JSON( $config );251 self::$core = new WP_Theme_JSON( $config, 'core' ); 252 252 253 253 return self::$core; … … 302 302 * @since 5.8.0 303 303 * 304 * @param array 304 * @param array $settings Existing block editor settings. 305 305 * Empty array by default. 306 306 * @return WP_Theme_JSON
Note: See TracChangeset
for help on using the changeset viewer.