浏览代码

[svn r20657] Minor - Added comment

Isaac Flores 16 年之前
父节点
当前提交
6615612b12
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      main/newscorm/learnpath.class.php

+ 4 - 0
main/newscorm/learnpath.class.php

@@ -2055,6 +2055,10 @@ class learnpath {
     	return $progress;
     }
 	
+	/**
+	 * Returns the HTML necessary to print a mediaplayer block inside a page
+	 * @return string	The mediaplayer HTML 
+	 */
 	function get_mediaplayer()
 	{
 		global $_course;