You are here

function revisioning_help in Revisioning 6

Same name and namespace in other branches
  1. 8 revisioning.module \revisioning_help()
  2. 6.4 revisioning.module \revisioning_help()
  3. 6.3 revisioning.module \revisioning_help()
  4. 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.');
  }
}