Completed
Push — develop ( 34fdaa...dae3ff )
by Aristeides
03:34
created
modules/css/class-kirki-css-to-file.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
 		$configs = Kirki::$config;
104 104
 		foreach ( $configs as $config_id => $args ) {
105 105
 			// Get the CSS we want to write.
106
-			$css[ $config_id ] = apply_filters(
106
+			$css[$config_id] = apply_filters(
107 107
 				"kirki/{$config_id}/dynamic_css",
108 108
 				Kirki_Modules_CSS::loop_controls( $config_id )
109 109
 			);
Please login to merge, or discard this patch.