r89506 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89505‎ | r89506 | r89507 >
Date:15:12, 5 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Add missing word to r89505
Modified paths:
  • /trunk/phase3/includes/api/ApiMain.php (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryImageInfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiMain.php
@@ -788,7 +788,7 @@
789789 ' is still in active development, and may change at any time.',
790790 ' Make sure to monitor our mailing list for any updates',
791791 '',
792 - 'Erroneous requests: When erroneous are sent to the API, a HTTP header will be sent',
 792+ 'Erroneous requests: When erroneous requests are sent to the API, a HTTP header will be sent',
793793 ' with the key "MediaWiki-API-Error" and then both the value of the',
794794 ' header and the error code sent back will be set to the same value',
795795 '',
Index: trunk/phase3/includes/api/ApiQueryImageInfo.php
@@ -217,7 +217,7 @@
218218 * to know which handler, since handlers can make their own parameters.
219219 * @param File $image Image that params are for.
220220 * @param Array $thumbParams thumbnail parameters from getScale
221 - * @param String String of otherParams (iiurlparam).
 221+ * @param String $otherParams of otherParams (iiurlparam).
222222 * @return Array of parameters for transform.
223223 */
224224 protected function mergeThumbParams ( $image, $thumbParams, $otherParams ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89505* (bug 29265) Mediawiki API documentation incomplete...reedy15:10, 5 June 2011

Status & tagging log