Passed
Push — master ( 1c2532...62e7b2 )
by Chris
04:52 queued 01:41
created
includes/frontend/seedprod.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -34,13 +34,13 @@
 block discarded – undo
34 34
     $track_user    = monsterinsights_track_user();
35 35
 
36 36
     if ( $track_user && ( $events_mode === 'js' || $events_mode === 'php' ) ) {
37
-        require_once plugin_dir_path( MONSTERINSIGHTS_PLUGIN_FILE ) . 'includes/frontend/events/class-analytics-events.php';
38
-        new MonsterInsights_Analytics_Events();
37
+	require_once plugin_dir_path( MONSTERINSIGHTS_PLUGIN_FILE ) . 'includes/frontend/events/class-analytics-events.php';
38
+	new MonsterInsights_Analytics_Events();
39 39
 
40
-        // Let's run form tracking if we find it
41
-        if ( function_exists( 'monsterinsights_forms_output_after_script' ) ) {
42
-            monsterinsights_forms_output_after_script( array() );
43
-        }
40
+	// Let's run form tracking if we find it
41
+	if ( function_exists( 'monsterinsights_forms_output_after_script' ) ) {
42
+	    monsterinsights_forms_output_after_script( array() );
43
+	}
44 44
     }
45 45
 }
46 46
 add_action( 'seedprod_monsterinsights_output_tracking', 'monsterinsights_seedprod_tracking', 6, 1 );
47 47
\ No newline at end of file
Please login to merge, or discard this patch.