Skip to content

Commit eaa1eeb

Browse files
committed
update uninstall.php
1 parent cdfb67b commit eaa1eeb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

uninstall.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
* @package WP_PHP_Console
1010
*/
1111

12-
// If uninstall not called from WordPress, then exit.
13-
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit;
12+
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
13+
exit; // If uninstall not called from WordPress, then exit.
14+
}
1415

1516
delete_option( 'wp_php_console' );

0 commit comments

Comments
 (0)