From: Roan Kattouw Date: Mon, 24 Mar 2008 21:08:57 +0000 (+0000) Subject: API: Change acprop description to allow for future expansion X-Git-Tag: 1.31.0-rc.0~48839 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=d4a1a32af62d9d4e17e0584d1c867a87e0fdcc2c;p=lhc%2Fweb%2Fwiklou.git API: Change acprop description to allow for future expansion --- diff --git a/includes/api/ApiQueryAllCategories.php b/includes/api/ApiQueryAllCategories.php index 51b7a8590c..03e3c29b8f 100644 --- a/includes/api/ApiQueryAllCategories.php +++ b/includes/api/ApiQueryAllCategories.php @@ -144,7 +144,7 @@ class ApiQueryAllCategories extends ApiQueryGeneratorBase { 'prefix' => 'Search for all category titles that begin with this value.', 'dir' => 'Direction to sort in.', 'limit' => 'How many categories to return.', - 'prop' => 'Indicates if API should output category size', + 'prop' => 'Which properties to get', ); }