@@ -103,7 +103,7 @@ |
||
| 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 | ); |