function twitter_block_disable in Twitter Block 7.2
Implements hook_disable().
Remove cache directory if module is disabled (or uninstalled).
File
- ./
twitter_block.install, line 82 - Install, update and uninstall functions for the twitter_block module.
Code
function twitter_block_disable() {
twitter_block_clear_js_cache();
}