You are here

function protected_node_help in Protected Node 7

Same name and namespace in other branches
  1. 5 protected_node.module \protected_node_help()
  2. 6 protected_node.module \protected_node_help()
  3. 1.0.x protected_node.module \protected_node_help()

Implements hook_help().

File

./protected_node.module, line 73
Protected Node module.

Code

function protected_node_help($path, $arg) {
  switch ($path) {
    case 'admin/modules#description':
      return t('With this module anybody who has edit protected node permission can password protect his or her own node.');
  }
}