|
@@ -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( "kirki/{$config_id}/dynamic_css", Kirki_Modules_CSS::loop_controls( $config_id ) ); |
|
|
106
|
+ $css[$config_id] = apply_filters( "kirki/{$config_id}/dynamic_css", Kirki_Modules_CSS::loop_controls( $config_id ) ); |
|
107
|
107
|
} |
|
108
|
108
|
$css = implode( $css, '' ); |
|
109
|
109
|
|
Please login to merge, or discard this patch.