function display_cache_comment_publish in Display Cache 7
Implements hook_comment_publish().
File
- ./
display_cache.module, line 103 - Module file for Display Cache.
Code
function display_cache_comment_publish($comment) {
display_cache_clear_comment_host_entity_cache($comment);
}