function video_customfields_help in Video 6
Same name and namespace in other branches
- 5 plugins/video_customfields/video_customfields.module \video_customfields_help()
Implementation of hook_help().
File
- plugins/
video_customfields/ video_customfields.module, line 16 - Enable addition of custom fileds on video nodes created by video module.
Code
function video_customfields_help($path, $arg) {
switch ($path) {
case 'admin/settings/modules#description':
return t('Enable addition of custom fileds on video nodes created by video module.');
}
}