You are here

function kaltura_help in Kaltura 5

Same name and namespace in other branches
  1. 6 kaltura.module \kaltura_help()
  2. 7.3 kaltura.module \kaltura_help()
  3. 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');
  }
}