From: Sam Reed Date: Tue, 25 May 2010 21:48:09 +0000 (+0000) Subject: Update description of ApiQueryIWBacklinks as per IRC with Roan X-Git-Tag: 1.31.0-rc.0~36717 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;ds=sidebyside;h=3919dd980cee5e9af3ea3ef5946edbd22b251e63;p=lhc%2Fweb%2Fwiklou.git Update description of ApiQueryIWBacklinks as per IRC with Roan Follow up r66891 --- 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() {