(Bug 13175) Added example for list=blocks
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 28 Feb 2008 13:32:10 +0000 (13:32 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 28 Feb 2008 13:32:10 +0000 (13:32 +0000)
includes/api/ApiQueryBlocks.php

index 8924289..69da27c 100644 (file)
@@ -229,7 +229,8 @@ class ApiQueryBlocks extends ApiQueryBase {
        }
 
        protected function getExamples() {
-               return array (
+               return array (  'api.php?action=query&list=blocks',
+                               'api.php?action=query&list=blocks&bkusers=Alice|Bob'
                );
        }