@@ -7,8 +7,9 @@ |
||
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; |