function modr8_help in modr8 6
Same name and namespace in other branches
- 5 modr8.module \modr8_help()
- 7 modr8.module \modr8_help()
Implementation of hook_help().
File
- ./
modr8.module, line 17 - Easy dedicated content moderation
Code
function modr8_help($path, $arg) {
switch ($path) {
case 'admin/help#modr8':
return '<p>' . t("Easy, dedicated moderation of content. Assign the 'moderate content' permission to one or mode user roles. Set up the default moderation option for each node type.") . '</p>';
}
}