function content_taxonomy_activeselect_help in Content Taxonomy 5
Implementation of hook_help().
File
- ./
content_taxonomy_activeselect.module, line 12 - Defines a widget type for content_taxonomy with activeselects
Code
function content_taxonomy_activeselect_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('Defines a widget type for content_taxonomy with activeselects. <em>Note: Requires content.module.</em>');
}
}