You are here

function expire_comment_update in Cache Expiration 7.2

Same name and namespace in other branches
  1. 7 expire.module \expire_comment_update()

Implements hook_comment_update().

File

./expire.module, line 185
Provides logic for page cache expiration.

Code

function expire_comment_update($comment) {
  expire_execute_expiration('comment', $comment, EXPIRE_COMMENT_UPDATE);
}