We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca90afc commit 9356d97Copy full SHA for 9356d97
src/wp-includes/class-wp-theme-json.php
@@ -2111,7 +2111,7 @@ public function get_styles_for_block( $block_metadata ) {
2111
// support features use the same custom selector.
2112
if ( isset( $feature_declarations[ $feature_selector ] ) ) {
2113
foreach ( $new_feature_declarations as $new_feature_declaration ) {
2114
- $feature_declarations[ $feature_selector ][] = $feature_declaration;
+ $feature_declarations[ $feature_selector ][] = $new_feature_declaration;
2115
}
2116
} else {
2117
$feature_declarations[ $feature_selector ] = $new_feature_declarations;
0 commit comments