function kaltura_help in Kaltura 5
Same name and namespace in other branches
- 6 kaltura.module \kaltura_help()
- 7.3 kaltura.module \kaltura_help()
- 7.2 kaltura.module \kaltura_help()
File
- ./
kaltura.module, line 439
Code
function kaltura_help($section) {
switch ($section) {
case 'admin/help#kaltura':
return kaltura_get_help_html('general');
}
}