Completed
Push — master ( 074470...51e9f3 )
by Dominik
19s queued 13s
created
lib/Init.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
         if (!$acfActive) {
38 38
             self::notifyRequiredPluginIsMissing('ACF');
39
-            add_filter('template_include', function () {
39
+            add_filter('template_include', function() {
40 40
                 die(
41 41
                     'One or more required plugins are not activated! Please <a href="'
42 42
                     . esc_url(admin_url('plugins.php'))
Please login to merge, or discard this patch.