Document parameters in the correct order
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 23 Apr 2010 20:31:23 +0000 (20:31 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 23 Apr 2010 20:31:23 +0000 (20:31 +0000)
includes/GlobalFunctions.php

index 762fd1e..90426d4 100644 (file)
@@ -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 ) {