function video_multidownload_help in Video 6.2
Same name and namespace in other branches
- 5 plugins/video_multidownload/video_multidownload.module \video_multidownload_help()
- 6 plugins/video_multidownload/video_multidownload.module \video_multidownload_help()
Implementation of hook_help().
File
- plugins/
video_multidownload/ video_multidownload.module, line 15 - Enable multiple file download in video module.
Code
function video_multidownload_help($path, $arg) {
switch ($path) {
case 'admin/modules#description':
return t('Enable multiple file download in video module.');
}
}