From da4807d62a68a9a840fc56255bee166cf781cf55 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 18 Mar 2011 19:55:34 +0000 Subject: [PATCH] Followup r83862, add notation that page count will be added if appropriate --- includes/api/ApiQueryFilearchive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1