Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-duotone.php
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ private static function get_slug_from_attribute( $duotone_attr ) {
*
* @since 6.3.0
*
* @param string $duotone_attr The duotone attribute from a block.
* @param string|string[] $duotone_attr The duotone attribute from a block.
* @return bool True if the duotone preset present and valid.
*/
private static function is_preset( $duotone_attr ) {
if ( ! is_string( $duotone_attr ) ) {
Expand Down
Loading