From: Sam Reed Date: Tue, 10 Aug 2010 10:05:31 +0000 (+0000) Subject: Prefix searches for users, not pages X-Git-Tag: 1.31.0-rc.0~35568 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=1e0f0c4574cbb55694a70165cb6f96cdd5f23d58;p=lhc%2Fweb%2Fwiklou.git Prefix searches for users, not pages --- diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index 5cc560246d..d58585a926 100644 --- a/includes/api/ApiQueryAllUsers.php +++ b/includes/api/ApiQueryAllUsers.php @@ -224,7 +224,7 @@ class ApiQueryAllUsers extends ApiQueryBase { return array( 'from' => 'The user name to start enumerating from', 'to' => 'The user name to stop enumerating at', - 'prefix' => 'Search for all page titles that begin with this value', + 'prefix' => 'Search for all users that begin with this value', 'group' => 'Limit users to a given group name', 'prop' => array( 'What pieces of information to include.',