Changeset 56382 for trunk/src/wp-includes/block-supports/spacing.php
- Timestamp:
- 08/10/2023 04:47:00 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/spacing.php
r54874 r56382 19 19 */ 20 20 function wp_register_spacing_support( $block_type ) { 21 $has_spacing_support = block_has_support( $block_type, array( 'spacing' ), false );21 $has_spacing_support = block_has_support( $block_type, 'spacing', false ); 22 22 23 23 // Setup attributes and styles within that if needed.
Note: See TracChangeset
for help on using the changeset viewer.