From: Sam Reed Date: Fri, 18 Mar 2011 19:55:34 +0000 (+0000) Subject: Followup r83862, add notation that page count will be added if appropriate X-Git-Tag: 1.31.0-rc.0~31347 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=da4807d62a68a9a840fc56255bee166cf781cf55;p=lhc%2Fweb%2Fwiklou.git Followup r83862, add notation that page count will be added if appropriate --- diff --git a/includes/api/ApiQueryFilearchive.php b/includes/api/ApiQueryFilearchive.php index 6d52ff71cf..7201dd1604 100644 --- a/includes/api/ApiQueryFilearchive.php +++ b/includes/api/ApiQueryFilearchive.php @@ -239,7 +239,7 @@ class ApiQueryFilearchive extends ApiQueryBase { ' sha1 - Adds SHA-1 hash for the image', ' timestamp - Adds timestamp for the uploaded version', ' user - Adds user who uploaded the image version', - ' size - Adds the size of the image in bytes', + ' size - Adds the size of the image in bytes and the height, width and page count (if applicable)', ' dimensions - Adds the height and width of the image', ' description - Adds description the image version', ' mime - Adds MIME of the image',