modified readme.txt
[danixland-contact-form.git] / uninstall.php
index a01d2bf..e544cb8 100644 (file)
@@ -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
+