r65488 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65487‎ | r65488 | r65489 >
Date:20:31, 23 April 2010
Author:siebrand
Status:ok
Tags:
Comment:
Document parameters in the correct order
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -708,8 +708,8 @@
709709 * @param $key String: key to get.
710710 * @param $args
711711 * @param $useDB Boolean
 712+ * @param $forContent Mixed: Language code, or false for user lang, true for content lang.
712713 * @param $transform Boolean: Whether or not to transform the message.
713 - * @param $forContent Mixed: Language code, or false for user lang, true for content lang.
714714 * @return String: the requested message.
715715 */
716716 function wfMsgReal( $key, $args, $useDB = true, $forContent = false, $transform = true ) {

Status & tagging log