You are here

function term_merge_help in Term Merge 6

Same name and namespace in other branches
  1. 5 term_merge.module \term_merge_help()
  2. 7 term_merge.module \term_merge_help()

Implementation of hook_help().

File

./term_merge.module, line 21

Code

function term_merge_help($path, $arg) {
  switch ($path) {
    case 'admin/modules#description':
      return t('Allows site admins to merge two terms, making one a synonym of another.');
  }
}