Completed
Push — master ( be9ed3...e181a9 )
by
unknown
17:46
created
includes/admin/admin-actions.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,9 @@
 block discarded – undo
10 10
  */
11 11
 
12 12
 // Exit if accessed directly
13
-if ( ! defined( 'ABSPATH' ) ) exit;
13
+if ( ! defined( 'ABSPATH' ) ) {
14
+	exit;
15
+}
14 16
 
15 17
 /**
16 18
  * Processes all GMB actions sent via POST and GET by looking for the 'gmb-action'
Please login to merge, or discard this patch.
includes/admin/upgrades/upgrades.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,11 +62,14 @@
 block discarded – undo
62 62
 				}, 250 );
63 63
 			</script>
64 64
 
65
-		<?php else : ?>
65
+		<?php else {
66
+	: ?>
66 67
 
67 68
 			<div id="gmb-upgrade-status" class="updated" style="margin-top:15px;">
68 69
 				<p style="margin-bottom:8px;">
69
-					<?php _e( 'The upgrade process has started, please do not close your browser or refresh. This could take several minutes. You will be automatically redirected when the upgrade has finished.', 'gmb' ); ?>
70
+					<?php _e( 'The upgrade process has started, please do not close your browser or refresh. This could take several minutes. You will be automatically redirected when the upgrade has finished.', 'gmb' );
71
+}
72
+?>
70 73
 					<img src="<?php echo GMB_PLUGIN_URL . '/assets/img/loading.gif'; ?>" id="gmb-upgrade-loader" style="position:relative; top:3px;" />
71 74
 				</p>
72 75
 			</div>
Please login to merge, or discard this patch.