Changeset 59558
- Timestamp:
- 12/23/2024 10:07:47 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r59540 r59558 2518 2518 if ( $is_block_theme ) { 2519 2519 /* 2520 * Dequeue the Customizer's custom CSS2521 * and add it before the global styles custom CSS.2522 */2520 * Dequeue the Customizer's custom CSS 2521 * and add it before the global styles custom CSS. 2522 */ 2523 2523 remove_action( 'wp_head', 'wp_custom_css_cb', 101 ); 2524 2524 // Get the custom CSS from the Customizer and add it to the global stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.