function term_merge_help in Term Merge 6
Same name and namespace in other branches
- 5 term_merge.module \term_merge_help()
- 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.');
}
}