function term_merge_help in Term Merge 5
Same name and namespace in other branches
- 6 term_merge.module \term_merge_help()
- 7 term_merge.module \term_merge_help()
Implementation of hook_help().
File
- ./term_merge.module, line 19 
Code
function term_merge_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t('Allows site admins to merge two terms, making one a synonym of another.');
  }
}