Remove &redirects from example
authorSam Reed <reedy@users.mediawiki.org>
Tue, 25 May 2010 12:43:04 +0000 (12:43 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 25 May 2010 12:43:04 +0000 (12:43 +0000)
includes/api/ApiQueryIWLinks.php

index 5136405..84b3185 100644 (file)
@@ -134,7 +134,7 @@ class ApiQueryIWLinks extends ApiQueryBase {
        protected function getExamples() {
                return array(
                        'Get interwiki links from the [[Main Page]]:',
-                       '  api.php?action=query&prop=iwlinks&titles=Main%20Page&redirects',
+                       '  api.php?action=query&prop=iwlinks&titles=Main%20Page',
                );
        }