function jammer_help in Jammer 7
Same name and namespace in other branches
- 5 jammer.module \jammer_help()
- 6 jammer.module \jammer_help()
- 1.0.x jammer.module \jammer_help()
Implements hook_help().
File
- ./
jammer.module, line 76 - Modify forms.
Code
function jammer_help($path, $arg) {
switch ($path) {
case 'admin/config/jammer':
return t('By default, no form items are removed until one or more content types are selected to act on. If you need to override a Jammed element, to allow a specific user role to view the option, you may do so under user permissions.');
}
}