Skip to content
Prev Previous commit
Next Next commit
Update colors.php
Better consistency for `since` mentions
  • Loading branch information
audrasjb authored Sep 19, 2022
commit 20e5b598eac973d5ceaf2f56447d83733fc6e572
2 changes: 1 addition & 1 deletion src/wp-includes/block-supports/colors.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function wp_register_colors_support( $block_type ) {
* This will be applied to the block markup in the front-end.
*
* @since 5.6.0
* @since 6.1.0 Use 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