You are here

function video_customfields_help in Video 5

Same name and namespace in other branches
  1. 6 plugins/video_customfields/video_customfields.module \video_customfields_help()

Implementation of hook_help().

File

plugins/video_customfields/video_customfields.module, line 14
Enable addition of custom fileds on video nodes created by video module.

Code

function video_customfields_help($section) {
  switch ($section) {
    case 'admin/settings/modules#description':
      return t('Enable addition of custom fileds on video nodes created by video module.');
  }
}