You are here

function drush_expire_comment in Cache Expiration 7.2

Callback for expire-comment drush command.

1 string reference to 'drush_expire_comment'
expire_drush_command in ./expire.drush.inc
Implements hook_drush_command().

File

./expire.drush.inc, line 167
This is the drush integration for the expire module.

Code

function drush_expire_comment() {
  _drush_expire_entity('comment');
}