Passed
Push — master ( e64af5...ad1bda )
by Chris
03:25
created
includes/admin/pages/network-settings.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
                     <table class="form-table">
56 56
                         <tbody>
57
-                            <?php if ( monsterinsights_is_pro_version() ) { 
57
+                            <?php if ( monsterinsights_is_pro_version() ) {
58 58
 
59 59
                                     $license_key  = MonsterInsights()->license->get_network_license_key();
60 60
                                     $license_key  = $license_key ? $license_key : MonsterInsights()->license->get_default_license_key();
Please login to merge, or discard this patch.