You are here

function modr8_help in modr8 7

Same name and namespace in other branches
  1. 5 modr8.module \modr8_help()
  2. 6 modr8.module \modr8_help()

Implements 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>';
  }
}