Skip to content

Commit f15e344

Browse files
committed
Don't copy supports
1 parent 5abece7 commit f15e344

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/wp-includes/blocks.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,10 +641,6 @@ function register_block_type_from_metadata( $file_or_folder, $args = array() ) {
641641
}
642642
}
643643

644-
if ( ! empty( $settings['supports'] ) ) {
645-
$metadata['supports'] = $settings['supports'];
646-
}
647-
648644
$module_fields = array(
649645
'viewScriptModule' => 'view_script_module_ids',
650646
);

0 commit comments

Comments
 (0)