From 8810038062ea12eaf7fe23e4c4bbefb2b010c477 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 4 Jun 2024 05:52:10 +0000 Subject: [PATCH] Docs: Fix docblock alignment in `class-wp-duotone.php`. Follow-up to [58313]. Props mukesh27. See #61271, #60699. Built from https://develop.svn.wordpress.org/trunk@58317 git-svn-id: http://core.svn.wordpress.org/trunk@57774 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-duotone.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.