From: Siebrand Mazeland Date: Sun, 27 Sep 2009 23:21:57 +0000 (+0000) Subject: Support GENDER in 'sp-contributions-blocked-notice' X-Git-Tag: 1.31.0-rc.0~39502 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=e0f6a7f27aa122aea7717553193213e5bd6de53e;p=lhc%2Fweb%2Fwiklou.git Support GENDER in 'sp-contributions-blocked-notice' --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 0290134800..73a6549ec8 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -236,7 +236,10 @@ class SpecialContributions extends SpecialPage { array( 'lim' => 1, 'showIfEmpty' => false, - 'msgKey' => array( 'sp-contributions-blocked-notice' ), + 'msgKey' => array( + 'sp-contributions-blocked-notice', + $nt->getText() # Support GENDER in 'sp-contributions-blocked-notice' + ), 'offset' => '' # don't use $wgRequest parameter offset ) );