Skip to content

Commit

Permalink
Docs: Add missing full stop in WP_Duotone class method DocBlocks.
Browse files Browse the repository at this point in the history
Follow-up to [56101].

Props dhruval04.
Fixes #61439.

git-svn-id: https://develop.svn.wordpress.org/trunk@58414 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jun 14, 2024
1 parent 5983b3c commit 8f27336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-includes/class-wp-duotone.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private static function colord_parse_hue( $value, $unit = 'deg' ) {
}

/**
* 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.
*
Expand Down Expand Up @@ -286,7 +286,7 @@ private static function colord_clamp_rgba( $rgba ) {
}

/**
* 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.
*
Expand Down

0 comments on commit 8f27336

Please sign in to comment.