You are here

function auto_expire_help in Auto Expire 7

Same name and namespace in other branches
  1. 5 auto_expire.module \auto_expire_help()

Implements hook_help().

File

./auto_expire.module, line 39

Code

function auto_expire_help($path, $arg) {
  switch ($path) {
    case 'admin/help#auto_expire':
    case 'admin/modules#description':
      return t('Expires nodes automatically.');
      break;
  }
}