You are here

function content_taxonomy_views_help in Content Taxonomy 5

Implementation of hook_help().

File

./content_taxonomy_views.module, line 12
Views Support for content_taxonomy

Code

function content_taxonomy_views_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t('Views support for content_taxonomy. <em>Note: Requires views.module.</em>');
  }
}