Completed
Push — Feature-GoogleAnalyticsOptout ( 12176c...39c6dd )
by
unknown
01:53
created
Features/GoogleAnalytics/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 }
23 23
 
24
-add_action('wp_enqueue_scripts', function () {
24
+add_action('wp_enqueue_scripts', function() {
25 25
     $gaOptions = OptionPages::get('globalOptions', 'feature', 'GoogleAnalytics');
26 26
     $gaOptionsTranslatable = OptionPages::get('translatableOptions', 'feature', 'GoogleAnalytics');
27 27
 
Please login to merge, or discard this patch.