|
@@ -19,9 +19,9 @@ |
|
19
|
19
|
|
|
20
|
20
|
add_filter( 'gkt_custom_css_allow_js_fallback', '__return_false' ); |
|
21
|
21
|
add_filter( |
|
22
|
22
|
'gkt_parse_blocks_methods', |
|
23
|
|
- function() { |
|
23
|
+ function () { |
|
24
|
24
|
return array( 'modern', 'classic' ); |
|
25
|
25
|
} |
|
26
|
26
|
); |
|
27
|
27
|
} |