Followup r83862, add notation that page count will be added if appropriate
authorSam Reed <reedy@users.mediawiki.org>
Fri, 18 Mar 2011 19:55:34 +0000 (19:55 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 18 Mar 2011 19:55:34 +0000 (19:55 +0000)
includes/api/ApiQueryFilearchive.php

index 6d52ff7..7201dd1 100644 (file)
@@ -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',