function spam_help in Spam 5.3
Same name and namespace in other branches
- 5 spam.module \spam_help()
- 6 spam.module \spam_help()
Online help. Drupal _help() hook.
File
- ./
spam.module, line 596
Code
function spam_help($path) {
switch ($path) {
case 'admin/settings/spam':
return t('Enable and disable individual spam filters for each content type, controlling which order the content is passed through the filters.');
break;
}
}