http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65488

Revision: 65488
Author:   siebrand
Date:     2010-04-23 20:31:23 +0000 (Fri, 23 Apr 2010)

Log Message:
-----------
Document parameters in the correct order

Modified Paths:
--------------
    trunk/phase3/includes/GlobalFunctions.php

Modified: trunk/phase3/includes/GlobalFunctions.php
===================================================================
--- trunk/phase3/includes/GlobalFunctions.php   2010-04-23 20:26:43 UTC (rev 
65487)
+++ trunk/phase3/includes/GlobalFunctions.php   2010-04-23 20:31:23 UTC (rev 
65488)
@@ -708,8 +708,8 @@
  * @param $key String: key to get.
  * @param $args
  * @param $useDB Boolean
+ * @param $forContent Mixed: Language code, or false for user lang, true for 
content lang.
  * @param $transform Boolean: Whether or not to transform the message.
- * @param $forContent Mixed: Language code, or false for user lang, true for 
content lang.
  * @return String: the requested message.
  */
 function wfMsgReal( $key, $args, $useDB = true, $forContent = false, 
$transform = true ) {



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to