You are here

function better_revisions_help in Better Revisions 7

Same name and namespace in other branches
  1. 8 better_revisions.module \better_revisions_help()

File

./better_revisions.module, line 12
Main enhanced revisions module file.

Code

function better_revisions_help($path, $arg) {
  switch ($path) {

    // Main module help for the block module
    case 'admin/help#better_revisions':
      return t('<p>Changes the built-in revisions system to a less confusing drop-down.</p>');
  }
}