summaryrefslogtreecommitdiffstats
path: root/uninstall.php
diff options
context:
space:
mode:
Diffstat (limited to 'uninstall.php')
-rw-r--r--uninstall.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/uninstall.php b/uninstall.php
index a01d2bf..e544cb8 100644
--- a/uninstall.php
+++ b/uninstall.php
@@ -1,10 +1,11 @@
<?php
//if uninstall not called from WordPress exit
-if ( !defined( 'WP_UNINSTALL_PLUGIN' ) )
- exit();
+if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
+ exit();
+}
$options = 'dnxcf_options';
delete_option( $options );
-?> \ No newline at end of file
+