From: Siebrand Mazeland Date: Mon, 17 Dec 2007 18:36:20 +0000 (+0000) Subject: Add comment for 'ipboptions' X-Git-Tag: 1.31.0-rc.0~50374 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=8d5f2eb8f6a49af4868772f47e7a1e6e9b88e15e;p=lhc%2Fweb%2Fwiklou.git Add comment for 'ipboptions' --- diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 8948186fd3..c5727abc3c 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2510,5 +2510,6 @@ $wgMessageComments = array( 'exif-orientation-6' => '0th row: right; 0th column: top', 'exif-orientation-7' => '0th row: right; 0th column: bottom', 'exif-orientation-8' => '0th row: left; 0th column: bottom', - 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.' + 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.', + 'ipboptions' => 'display1:time1,display2:time2,...', );