Test Failed
Push — dev/1.9 ( 6dc6b9...d7a821 )
by Sudar
02:27
created
uninstall.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,9 @@
 block discarded – undo
7 7
  * @author      Sudar
8 8
 */
9 9
 // uninstall page for Email Log Plugin to clean up db.
10
-if( !defined( 'ABSPATH' ) && !defined( 'WP_UNINSTALL_PLUGIN' ) )
10
+if( !defined( 'ABSPATH' ) && !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
11 11
     exit();
12
+}
12 13
 
13 14
 if ( is_multisite() ) {
14 15
     global $wpdb;
Please login to merge, or discard this patch.