Changeset 52049 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 11/08/2021 07:18:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r52036 r52049 2322 2322 2323 2323 if ( null === $stylesheet ) { 2324 $settings = get_default_block_editor_settings(); 2325 $theme_json = WP_Theme_JSON_Resolver::get_merged_data( $settings ); 2324 $theme_json = WP_Theme_JSON_Resolver::get_merged_data(); 2326 2325 $stylesheet = $theme_json->get_stylesheet(); 2327 2326
Note: See TracChangeset
for help on using the changeset viewer.