You are here

function auto_expire_help in Auto Expire 5

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

File

./auto_expire.module, line 11

Code

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