Skip to content

Commit 8f27336

Browse files
Docs: Add missing full stop in WP_Duotone class method DocBlocks.
Follow-up to [56101]. Props dhruval04. Fixes #61439. git-svn-id: https://develop.svn.wordpress.org/trunk@58414 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5983b3c commit 8f27336

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-includes/class-wp-duotone.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private static function colord_parse_hue( $value, $unit = 'deg' ) {
215215
}
216216

217217
/**
218-
* Parses any valid Hex3, Hex4, Hex6 or Hex8 string and converts it to an RGBA object
218+
* Parses any valid Hex3, Hex4, Hex6 or Hex8 string and converts it to an RGBA object.
219219
*
220220
* Direct port of colord's parseHex function.
221221
*
@@ -286,7 +286,7 @@ private static function colord_clamp_rgba( $rgba ) {
286286
}
287287

288288
/**
289-
* Parses a valid RGB[A] CSS color function/string
289+
* Parses a valid RGB[A] CSS color function/string.
290290
*
291291
* Direct port of colord's parseRgbaString function.
292292
*

0 commit comments

Comments
 (0)