diff --git a/wp-includes/block-patterns.php b/wp-includes/block-patterns.php index 851898d006..f1a24cdf72 100644 --- a/wp-includes/block-patterns.php +++ b/wp-includes/block-patterns.php @@ -74,7 +74,7 @@ function _register_core_block_patterns_and_categories() { register_block_pattern_category( 'call-to-action', array( - 'label' => _x( 'Call to Action', 'Block pattern category' ), + 'label' => _x( 'Call to action', 'Block pattern category' ), 'description' => __( 'Sections whose purpose is to trigger a specific action.' ), ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 3e2d9added..2534a27871 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59410'; +$wp_version = '6.8-alpha-59412'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.