Skip to content
Prev Previous commit
Update spacing.php
Better consistency for `since` mentions
  • Loading branch information
audrasjb authored Sep 19, 2022
commit bf978d472c2f01007223a30771b52666b4935af5
2 changes: 1 addition & 1 deletion src/wp-includes/block-supports/spacing.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function wp_register_spacing_support( $block_type ) {
* This will be applied to the block markup in the front-end.
*
* @since 5.8.0
* @since 6.1.0 Using the style engine to generate CSS and classnames.
* @since 6.1.0 Implemented the style engine to generate CSS and classnames.
* @access private
*
* @param WP_Block_Type $block_type Block Type.
Expand Down