From: moodler Date: Thu, 31 Jul 2008 07:36:57 +0000 (+0000) Subject: MDL-15892 Added some phpdocs to explain the module parameter better X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e70e036c9f91626c3776e1b5903de922f0262d8f;p=moodle.git MDL-15892 Added some phpdocs to explain the module parameter better --- diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 880ebe80ed..99d7d604aa 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -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