Changeset 52548
- Timestamp:
- 01/10/2022 05:57:40 PM (3 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-includes/script-loader.php
r52395 r52548 2308 2308 */ 2309 2309 function wp_enqueue_global_styles() { 2310 if ( ! WP_Theme_JSON_Resolver::theme_has_support() ) {2311 return;2312 }2313 2314 2310 $separate_assets = wp_should_load_separate_core_block_assets(); 2315 2311
Note: See TracChangeset
for help on using the changeset viewer.