Append " and errors" to getDescription for ApiParamInfo to signify that information...
authorSam Reed <reedy@users.mediawiki.org>
Sat, 24 Apr 2010 11:58:52 +0000 (11:58 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 24 Apr 2010 11:58:52 +0000 (11:58 +0000)
includes/api/ApiParamInfo.php

index 8770bd4..f8082ce 100644 (file)
@@ -205,7 +205,7 @@ class ApiParamInfo extends ApiBase {
        }
 
        public function getDescription() {
-               return 'Obtain information about certain API parameters';
+               return 'Obtain information about certain API parameters and errors';
        }
 
        protected function getExamples() {