Completed
Push — develop ( 488f1b...f8f113 )
by Aristeides
06:17 queued 03:35
created
field/class-kirki-field-typography.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
 				case 'letter-spacing':
183 183
 				case 'word-spacing':
184 184
 				case 'line-height':
185
-					$value[ $key ] = Kirki_Sanitize_Values::css_dimension( $val );
185
+					$value[$key] = Kirki_Sanitize_Values::css_dimension( $val );
186 186
 					break;
187 187
 				case 'text-align':
188 188
 				 	if ( ! in_array( $val, array( 'inherit', 'left', 'center', 'right', 'justify' ), true ) ) {
Please login to merge, or discard this patch.