r66899 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66898‎ | r66899 | r66900 >
Date:21:48, 25 May 2010
Author:reedy
Status:ok
Tags:
Comment:
Update description of ApiQueryIWBacklinks as per IRC with Roan

Follow up r66891
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryIWBacklinks.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryIWBacklinks.php
@@ -156,7 +156,11 @@
157157 }
158158
159159 public function getDescription() {
160 - return 'Find all pages that link to the given interwiki link';
 160+ return array('Find all pages that link to the given interwiki link.',
 161+ 'Can be used to find all links with a prefix, or',
 162+ 'all links to a title (any prefix).',
 163+ 'Using neither parameter is effectively "All IW Links"',
 164+ );
161165 }
162166
163167 public function getPossibleErrors() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66891* (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to trac...reedy19:50, 25 May 2010

Status & tagging log