From: Siebrand Mazeland Date: Fri, 23 Apr 2010 20:31:23 +0000 (+0000) Subject: Document parameters in the correct order X-Git-Tag: 1.31.0-rc.0~37029 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=3a514a4bdf12bea73ace15da9491a6b8ce048fb7;p=lhc%2Fweb%2Fwiklou.git Document parameters in the correct order --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 762fd1e45d..90426d463e 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -708,8 +708,8 @@ function wfMsgNoDBForContent( $key ) { * @param $key String: key to get. * @param $args * @param $useDB Boolean - * @param $transform Boolean: Whether or not to transform the message. * @param $forContent Mixed: Language code, or false for user lang, true for content lang. + * @param $transform Boolean: Whether or not to transform the message. * @return String: the requested message. */ function wfMsgReal( $key, $args, $useDB = true, $forContent = false, $transform = true ) {