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
This commit is contained in:
parent
d2ebe7d776
commit
32b8143208
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue