From 32b8143208d61877d4da5d2a8e607078125ab3d9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 14 Jun 2024 12:18:11 +0000 Subject: [PATCH] Docs: Add missing full stop in `WP_Duotone` class method DocBlocks. Follow-up to [56101]. Props dhruval04. Fixes #61439. Built from https://develop.svn.wordpress.org/trunk@58414 git-svn-id: http://core.svn.wordpress.org/trunk@57863 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-duotone.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-duotone.php b/wp-includes/class-wp-duotone.php index 0260cab4f3..a22745d895 100644 --- a/wp-includes/class-wp-duotone.php +++ b/wp-includes/class-wp-duotone.php @@ -215,7 +215,7 @@ class WP_Duotone { } /** - * Parses any valid Hex3, Hex4, Hex6 or Hex8 string and converts it to an RGBA object + * Parses any valid Hex3, Hex4, Hex6 or Hex8 string and converts it to an RGBA object. * * Direct port of colord's parseHex function. * @@ -286,7 +286,7 @@ class WP_Duotone { } /** - * Parses a valid RGB[A] CSS color function/string + * Parses a valid RGB[A] CSS color function/string. * * Direct port of colord's parseRgbaString function. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 3541f7230b..91a03450e0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta2-58413'; +$wp_version = '6.6-beta2-58414'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.