function boost_expire_comment_delete in Boost Expire 7
Implements hook_comment_delete().
File
- ./
boost_expire.module, line 63 - Expires Boost caches automatically when certain Drupal actions are taken.
Code
function boost_expire_comment_delete($node) {
boost_expire_flush_boost_cache(array(
'scope' => 'all',
));
}