Skip to content

Commit e8a2a52

Browse files
committed
add missing comma
1 parent 0751fb2 commit e8a2a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

field/class-kirki-field-gradient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function set_choices() {
4040
'alpha' => true,
4141
'preview' => array(
4242
'width' => '100%',
43-
'height' => '60px'
43+
'height' => '60px',
4444
),
4545
);
4646
$this->choices = wp_parse_args( $this->choices, $defaults );

0 commit comments

Comments
 (0)