@@ -69,7 +69,7 @@ |
||
69 | 69 | * |
70 | 70 | * @global object $wpdb |
71 | 71 | * @param array $tables List of tables to be deleted |
72 | - * @return array $tables Modified list of tables to be deleted |
|
72 | + * @return string[] $tables Modified list of tables to be deleted |
|
73 | 73 | */ |
74 | 74 | public static function on_delete_blog( $tables ) { |
75 | 75 | global $wpdb; |
@@ -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; |
@@ -30,7 +30,6 @@ |
||
30 | 30 | * |
31 | 31 | * @since 1.9 |
32 | 32 | * |
33 | - * @param $string $email Email string to be sanitized. |
|
34 | 33 | * |
35 | 34 | * @return string Sanitized email. |
36 | 35 | */ |