Passed
Push — develop ( 752246...ffef9e )
by Aristeides
03:43
created
field/class-kirki-field-preset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
 		// We're using a flat select.
40 40
 		foreach ( $this->choices as $key => $args ) {
41
-			$this->choices[ $key ] = $args['label'];
41
+			$this->choices[ $key ] = $args[ 'label' ];
42 42
 		}
43 43
 	}
44 44
 }
Please login to merge, or discard this patch.