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 @@
206
206
}
207
207
208
208
public function getDescription() {
209
- return 'Obtain information about certain API parameters';
209
+ return 'Obtain information about certain API parameters and errors';
210
210
}
211
211
212
212
protected function getExamples() {
Status & tagging log
21:15, 29 April 2010
Bryan
(
talk
|
contribs
)
changed the
status
of r65508
[
removed:
new
added:
ok]