diff --git a/readme.txt b/readme.txt index 289af63..fc9b650 100644 --- a/readme.txt +++ b/readme.txt @@ -62,6 +62,7 @@ You have to remove the default yum package, named `php-pecl-memcache` and instal * true WordPress Network support: * if enabled network-wide, settings will be the same for every site * if enabled only per site settings could vary from site to site and cache could be active or disabled on a per site basis without interfering other sites +* delete options button to help solving problems = 0.5.1 = *2013.03.07* diff --git a/wp-ffpc.php b/wp-ffpc.php index 6d554c9..a2f4a8b 100644 --- a/wp-ffpc.php +++ b/wp-ffpc.php @@ -1,7 +1,7 @@ settingslink ."&saved=true" ); } - + /* save parameter updates, if there are any */ if ( isset($_POST[WP_FFPC_PARAM . '-delete']) ) { @@ -595,7 +595,7 @@ if (!class_exists('WPFFPC')) { $this->save_settings( false, true ); //$this->generate_config ( true ); } - + /** * delete options from database *