diff --git a/wp-includes/class-wp-duotone.php b/wp-includes/class-wp-duotone.php index 76ce342610..0260cab4f3 100644 --- a/wp-includes/class-wp-duotone.php +++ b/wp-includes/class-wp-duotone.php @@ -1160,7 +1160,7 @@ class WP_Duotone { * * @since 6.6.0 * - * @param string $block_content Rendered block content. + * @param string $block_content Rendered block content. * @return string Filtered block content. */ public static function restore_image_outer_container( $block_content ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 43826fa5c9..6bd8f6b22c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58316'; +$wp_version = '6.6-alpha-58317'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.