function expire_comment_unpublish in Cache Expiration 7.2
Same name and namespace in other branches
- 7 expire.module \expire_comment_unpublish()
Implements hook_comment_unpublish().
File
- ./
expire.module, line 206 - Provides logic for page cache expiration.
Code
function expire_comment_unpublish($comment) {
expire_execute_expiration('comment', $comment, EXPIRE_COMMENT_UNPUBLISH);
}