Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 90a2242

Browse files
authored
Use old wc-block-style handle (#4350)
1 parent 49a88e9 commit 90a2242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AssetsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected function register_style( $handle, $src, $deps = [], $media = 'all' ) {
127127
*/
128128
public function update_block_style_dependencies() {
129129
$wp_styles = wp_styles();
130-
$style = $wp_styles->query( 'wc-blocks-style', 'registered' );
130+
$style = $wp_styles->query( 'wc-block-style', 'registered' );
131131

132132
if ( ! $style ) {
133133
return;

0 commit comments

Comments
 (0)