From 99246b6cfafe56e9f9610bfd3f371e45d438ec81 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 25 May 2010 12:43:04 +0000 Subject: [PATCH] Remove &redirects from example --- includes/api/ApiQueryIWLinks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryIWLinks.php b/includes/api/ApiQueryIWLinks.php index 5136405594..84b3185a8a 100644 --- a/includes/api/ApiQueryIWLinks.php +++ b/includes/api/ApiQueryIWLinks.php @@ -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', ); } -- 2.20.1