From: Roan Kattouw Date: Tue, 19 Apr 2011 15:46:05 +0000 (+0000) Subject: API: Clarify help text for cmstartsortkey and cmendsortkey parameters X-Git-Tag: 1.31.0-rc.0~30703 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=dd67a0917b5b1c0a8478d2b89a6515a0a9664b90;p=lhc%2Fweb%2Fwiklou.git API: Clarify help text for cmstartsortkey and cmendsortkey parameters --- diff --git a/includes/api/ApiQueryCategoryMembers.php b/includes/api/ApiQueryCategoryMembers.php index 93918f794d..5d40bac510 100644 --- a/includes/api/ApiQueryCategoryMembers.php +++ b/includes/api/ApiQueryCategoryMembers.php @@ -345,8 +345,8 @@ class ApiQueryCategoryMembers extends ApiQueryGeneratorBase { 'dir' => 'In which direction to sort', 'start' => "Timestamp to start listing from. Can only be used with {$p}sort=timestamp", 'end' => "Timestamp to end listing at. Can only be used with {$p}sort=timestamp", - 'startsortkey' => "Sortkey to start listing from. Can only be used with {$p}sort=sortkey", - 'endsortkey' => "Sortkey to end listing at. Can only be used with {$p}sort=sortkey", + 'startsortkey' => "Sortkey to start listing from. Must be given in binary format. Can only be used with {$p}sort=sortkey", + 'endsortkey' => "Sortkey to end listing at. Must be given in binary format. Can only be used with {$p}sort=sortkey", 'continue' => 'For large categories, give the value retured from previous query', 'limit' => 'The maximum number of pages to return.', );