mirror of
https://github.com/10h30/full-screen-morphing-search.git
synced 2026-07-18 22:13:20 +09:00
Updated Kirki from 3.0.34.1 to 3.0.35.3
This commit is contained in:
@@ -178,7 +178,6 @@ final class Kirki_Modules_CSS_Generator {
|
||||
}
|
||||
$obj = new $classname( $field['kirki_config'], self::$output, self::$value, $field );
|
||||
return $obj->get_styles();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -232,7 +231,6 @@ final class Kirki_Modules_CSS_Generator {
|
||||
* @return array
|
||||
*/
|
||||
public static function add_prefixes( $css ) {
|
||||
|
||||
if ( is_array( $css ) ) {
|
||||
foreach ( $css as $media_query => $elements ) {
|
||||
foreach ( $elements as $element => $style_array ) {
|
||||
|
||||
Reference in New Issue
Block a user