Skip to content

Commit 3811ce8

Browse files
committed
Add wp-components dependencies
1 parent 11ef627 commit 3811ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ function wp_default_styles( $styles ) {
17441744
'block-library' => array(),
17451745
'block-directory' => array(),
17461746
'components' => array(),
1747-
'commands' => array(),
1747+
'commands' => array( 'wp-components' ),
17481748
'edit-post' => array(
17491749
'wp-components',
17501750
'wp-block-editor',

0 commit comments

Comments
 (0)