From 7ec6ddfb2ccd7f67ede3cf464218b6bbb43bea9e Mon Sep 17 00:00:00 2001 From: "info@mschuette.name" Date: Tue, 8 Apr 2014 11:55:39 +0000 Subject: [PATCH] realized no uninstall handler necessary --- freifunk-versions.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/freifunk-versions.php b/freifunk-versions.php index 88ff49e..cb9c6b2 100644 --- a/freifunk-versions.php +++ b/freifunk-versions.php @@ -114,10 +114,3 @@ function ff_hh_shortcode_versions( $atts, $content, $name ) { // $outstr .= '
'.print_r($manifest, true).'
'; return $outstr; } - -register_uninstall_hook( __FILE__, 'ff_hh_uninstall_hook' ); -function ff_hh_uninstall_hook() { - delete_option( 'ff_hh_manifest' ); -} - -