Update description of ApiQueryIWBacklinks as per IRC with Roan
authorSam Reed <reedy@users.mediawiki.org>
Tue, 25 May 2010 21:48:09 +0000 (21:48 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 25 May 2010 21:48:09 +0000 (21:48 +0000)
Follow up r66891

includes/api/ApiQueryIWBacklinks.php

index ce9b8e5..40d5a7b 100644 (file)
@@ -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() {