Passed
Pull Request — master (#85)
by Dominik
05:08
created
Components/FormNewsletterMailchimp/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 ]);
16 16
 
17 17
 
18
-add_action('Flynt/afterRegisterComponents', function () {
18
+add_action('Flynt/afterRegisterComponents', function() {
19 19
     Options::addTranslatable('FormNewsletterMailchimp', array_merge(
20 20
         Api::loadFields('FormContactForm7', 'layout.sub_fields')
21 21
     ));
Please login to merge, or discard this patch.
Components/FormContactForm7/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 add_filter('wpcf7_load_js', '__return_false');
8 8
 add_filter('wpcf7_load_css', '__return_false');
9 9
 
10
-add_filter('Flynt/addComponentData?name=FormContactForm7', function ($data) {
10
+add_filter('Flynt/addComponentData?name=FormContactForm7', function($data) {
11 11
     function_exists('wpcf7_enqueue_scripts') && enqueueWpcf7Scripts();
12 12
     function_exists('wpcf7_enqueue_styles') && wpcf7_enqueue_styles();
13 13
 
Please login to merge, or discard this patch.