From 3919dd980cee5e9af3ea3ef5946edbd22b251e63 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 25 May 2010 21:48:09 +0000 Subject: [PATCH] Update description of ApiQueryIWBacklinks as per IRC with Roan Follow up r66891 --- includes/api/ApiQueryIWBacklinks.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/includes/api/ApiQueryIWBacklinks.php b/includes/api/ApiQueryIWBacklinks.php index ce9b8e5fac..40d5a7b4d1 100644 --- a/includes/api/ApiQueryIWBacklinks.php +++ b/includes/api/ApiQueryIWBacklinks.php @@ -156,7 +156,11 @@ class ApiQueryIWBacklinks extends ApiQueryBase { } public function getDescription() { - return 'Find all pages that link to the given interwiki link'; + return array('Find all pages that link to the given interwiki link.', + 'Can be used to find all links with a prefix, or', + 'all links to a title (any prefix).', + 'Using neither parameter is effectively "All IW Links"', + ); } public function getPossibleErrors() { -- 2.20.1