Changeset 54298
- Timestamp:
- 09/23/2022 09:29:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r54284 r54298 136 136 } 137 137 138 $config 139 $config 138 $config = static::read_json_file( __DIR__ . '/theme.json' ); 139 $config = static::translate( $config ); 140 140 /** 141 141 * Filters the default data provided by WordPress for global styles & settings.
Note: See TracChangeset
for help on using the changeset viewer.