From 3a514a4bdf12bea73ace15da9491a6b8ce048fb7 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 23 Apr 2010 20:31:23 +0000 Subject: [PATCH] Document parameters in the correct order --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1