From 1e0f0c4574cbb55694a70165cb6f96cdd5f23d58 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 10 Aug 2010 10:05:31 +0000 Subject: [PATCH] Prefix searches for users, not pages --- includes/api/ApiQueryAllUsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', -- 2.20.1