diff options
author | Yuri Astrakhan <yurik@users.mediawiki.org> | 2006-11-03 06:53:47 +0000 |
---|---|---|
committer | Yuri Astrakhan <yurik@users.mediawiki.org> | 2006-11-03 06:53:47 +0000 |
commit | ed43f714f484a7f7df9a3577ea8b0061717da164 (patch) | |
tree | 2838ec2605591a0eed9f4c14772aa00f63e1ac8e /includes/api/ApiFormatYaml.php | |
parent | f0b47f3f4539d39cbde6a1ecc8e583ae81801b40 (diff) | |
download | mediawikicore-ed43f714f484a7f7df9a3577ea8b0061717da164.tar.gz mediawikicore-ed43f714f484a7f7df9a3577ea8b0061717da164.zip |
API * better self-description for various modules
* namespace type for parameters
* fixed bug with incorrect ordering in paging
* fixed bug with revisions and watchlist paging
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/17374
Diffstat (limited to 'includes/api/ApiFormatYaml.php')
-rw-r--r-- | includes/api/ApiFormatYaml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiFormatYaml.php b/includes/api/ApiFormatYaml.php index adb23cd06b7f..006e9733a035 100644 --- a/includes/api/ApiFormatYaml.php +++ b/includes/api/ApiFormatYaml.php @@ -44,7 +44,7 @@ class ApiFormatYaml extends ApiFormatBase { } protected function getDescription() { - return 'Output data in YAML format'; + return 'Output data in YAML format' . parent :: getDescription(); } public function getVersion() { |