From e70e036c9f91626c3776e1b5903de922f0262d8f Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 31 Jul 2008 07:36:57 +0000 Subject: [PATCH] MDL-15892 Added some phpdocs to explain the module parameter better --- lib/moodlelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5