r65508 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65507‎ | r65508 | r65509 >
Date:11:58, 24 April 2010
Author:reedy
Status:ok
Tags:
Comment:
Append " and errors" to getDescription for ApiParamInfo to signify that information about the errors a module can return is there
Modified paths:
  • /trunk/phase3/includes/api/ApiParamInfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiParamInfo.php
@@ -205,7 +205,7 @@
206206 }
207207
208208 public function getDescription() {
209 - return 'Obtain information about certain API parameters';
 209+ return 'Obtain information about certain API parameters and errors';
210210 }
211211
212212 protected function getExamples() {

Status & tagging log