r70804 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70803‎ | r70804 | r70805 >
Date:10:05, 10 August 2010
Author:reedy
Status:ok
Tags:
Comment:
Prefix searches for users, not pages
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryAllUsers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryAllUsers.php
@@ -224,7 +224,7 @@
225225 return array(
226226 'from' => 'The user name to start enumerating from',
227227 'to' => 'The user name to stop enumerating at',
228 - 'prefix' => 'Search for all page titles that begin with this value',
 228+ 'prefix' => 'Search for all users that begin with this value',
229229 'group' => 'Limit users to a given group name',
230230 'prop' => array(
231231 'What pieces of information to include.',

Status & tagging log