function protected_node_help in Protected Node 6
Same name and namespace in other branches
- 5 protected_node.module \protected_node_help()
- 7 protected_node.module \protected_node_help()
- 1.0.x protected_node.module \protected_node_help()
Implementation of hook_help(). @link http://api.drupal.org/api/function/hook_help/6
File
- ./
protected_node.module, line 67
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.');
}
}