Completed
Push — develop ( 5d8ac8...c69b96 )
by Aristeides
03:30
created
modules/css/field/class-kirki-output-field-dimensions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 			if ( false !== strpos( $output['property'], '%%' ) ) {
45 45
 				$property = str_replace( '%%', $key, $output['property'] );
46 46
 			}
47
-			$this->styles[ $output['media_query'] ][ $output['element'] ][ $property ] = $output['prefix'] . $this->process_property_value( $property, $value[ $key ] ) . $output['suffix'];
47
+			$this->styles[$output['media_query']][$output['element']][$property] = $output['prefix'] . $this->process_property_value( $property, $value[$key] ) . $output['suffix'];
48 48
 		}
49 49
 	}
50 50
 }
Please login to merge, or discard this patch.