Changeset 60807 for trunk/src/wp-includes/block-editor.php
- Timestamp:
- 09/29/2025 08:57:51 AM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-editor.php
r60648 r60807 496 496 $custom_settings 497 497 ); 498 499 $editor_settings['__experimentalBlockBindingsSupportedAttributes'] = array(); 500 foreach ( array_keys( WP_Block_Type_Registry::get_instance()->get_all_registered() ) as $block_type ) { 501 $supported_block_attributes = get_block_bindings_supported_attributes( $block_type ); 502 if ( ! empty( $supported_block_attributes ) ) { 503 $editor_settings['__experimentalBlockBindingsSupportedAttributes'][ $block_type ] = $supported_block_attributes; 504 } 505 } 498 506 499 507 $global_styles = array();
Note: See TracChangeset
for help on using the changeset viewer.