r108019 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108018‎ | r108019 | r108020 >
Date:13:03, 4 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Update docs per recent fixes
Modified paths:
  • /trunk/extensions/Translate/api/ApiGroupReview.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/api/ApiGroupReview.php
@@ -100,7 +100,7 @@
101101 /* API borks with | if defined multiple allowed values even
102102 * though we are expecting only one value, which can and will
103103 * contain | for page translation pages, which have group id
104 - * of format page|Pagename. */
 104+ * of format page|Pagename. This is fixed in 1.19 and up */
105105 ApiBase::PARAM_TYPE => 'string',//array_keys( MessageGroups::getAllGroups() ),
106106 ApiBase::PARAM_REQUIRED => true,
107107 ),

Status & tagging log