Skip to content

Commit

Permalink
update uninstall.php
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Jul 9, 2015
1 parent cdfb67b commit eaa1eeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
* @package WP_PHP_Console
*/

// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit;
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit; // If uninstall not called from WordPress, then exit.
}

delete_option( 'wp_php_console' );

0 comments on commit eaa1eeb

Please sign in to comment.