]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15892 Added some phpdocs to explain the module parameter better
authormoodler <moodler>
Thu, 31 Jul 2008 07:36:57 +0000 (07:36 +0000)
committermoodler <moodler>
Thu, 31 Jul 2008 07:36:57 +0000 (07:36 +0000)
lib/moodlelib.php

index 880ebe80ed614104cb45841a3ff78689ef0579e2..99d7d604aad84a50cdde0173f8cbbf5a7bdacb31 100644 (file)
@@ -5084,7 +5084,7 @@ or
  *
  * @uses $CFG
  * @param string $identifier The key identifier for the localized string
- * @param string $module The module where the key identifier is stored. If none is specified then moodle.php is used.
+ * @param string $module The module where the key identifier is stored, usually expressed as the filename in the language pack without the .php on the end but can also be written as mod/forum or grade/export/xls.  If none is specified then moodle.php is used. 
  * @param mixed $a An object, string or number that can be used
  * within translation strings
  * @param array $extralocations An array of strings with other locations to look for string files