You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/wp-includes/script-loader.php
+1-35Lines changed: 1 addition & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -3737,23 +3737,6 @@ function wp_hoist_late_printed_styles(): void {
3737
3737
return;
3738
3738
}
3739
3739
3740
-
// Capture the styles enqueued at the enqueue_block_assets action, so that non-core block styles and global styles can be inserted afterwards during hoisting.
3741
-
$style_handles_at_enqueue_block_assets = array();
3742
-
add_action(
3743
-
'enqueue_block_assets',
3744
-
staticfunction () use ( &$style_handles_at_enqueue_block_assets ) {
0 commit comments