Skip to content

Commit 97f2985

Browse files
swissspidyCopilot
andauthored
Update src/Theme_Mod_Command.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent efb8947 commit 97f2985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Theme_Mod_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ static function ( $item ) use ( $separator ) {
140140
$mod_list
141141
),
142142
function ( $item ) {
143-
return ! empty( $item['value'] );
143+
return $item['value'] !== '' && $item['value'] !== null;
144144
}
145145
);
146146
break;

0 commit comments

Comments
 (0)