function revisioning_help in Revisioning 6
Same name and namespace in other branches
- 8 revisioning.module \revisioning_help()
- 6.4 revisioning.module \revisioning_help()
- 6.3 revisioning.module \revisioning_help()
- 7 revisioning.module \revisioning_help()
Implementation of hook_help().
File
- ./
revisioning.module, line 14
Code
function revisioning_help($path, $arg) {
switch ($path) {
case 'node/%/revisions':
return t('To edit, publish or delete one of the revisions below, click on its saved date.');
}
}