WP Super Cache - Version 1.9.2-beta3

Version Description

Download this release

Release Info

Developer jetpackisbestpack
Plugin Icon 128x128 WP Super Cache
Version 1.9.2-beta3
Comparing to
See all releases

Code changes from version 1.9.2-beta2 to 1.9.2-beta3

Files changed (1) hide show
  1. wp-cache.php +1 -1
wp-cache.php CHANGED
@@ -209,7 +209,7 @@ function wpsupercache_deactivate() {
209
  wp_clear_scheduled_hook( 'wp_cache_gc_watcher' );
210
  wp_cache_replace_line('^ *\$cache_enabled', '$cache_enabled = false;', $wp_cache_config_file);
211
  wp_cache_disable_plugin( false ); // don't delete configuration file
212
- delete_option( 'wpsc_2022_boost_banner' );
213
  }
214
  register_deactivation_hook( __FILE__, 'wpsupercache_deactivate' );
215
 
209
  wp_clear_scheduled_hook( 'wp_cache_gc_watcher' );
210
  wp_cache_replace_line('^ *\$cache_enabled', '$cache_enabled = false;', $wp_cache_config_file);
211
  wp_cache_disable_plugin( false ); // don't delete configuration file
212
+ delete_user_option( get_current_user_id(), 'wpsc_dismissed_boost_banner' );
213
  }
214
  register_deactivation_hook( __FILE__, 'wpsupercache_deactivate' );
215