function jammer_help in Jammer 5
Same name and namespace in other branches
- 6 jammer.module \jammer_help()
- 7 jammer.module \jammer_help()
- 1.0.x jammer.module \jammer_help()
Implementation of hook_help().
File
- ./
jammer.module, line 11 - Modify forms.
Code
function jammer_help($section) {
switch ($section) {
case 'admin/settings/jammer':
return t('By default, no form items are removed until one or more content types are selected to act on.');
}
}