From 7c02dc5f1398690a86ddef8fbb6e3b8aafb678e3 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 20 Feb 2011 13:50:15 +0000 Subject: [PATCH] Per comment on r82477, update output for prop=statimageinfo --- includes/api/ApiQueryStashImageInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryStashImageInfo.php b/includes/api/ApiQueryStashImageInfo.php index e48f6aa50c..ef649aa729 100644 --- a/includes/api/ApiQueryStashImageInfo.php +++ b/includes/api/ApiQueryStashImageInfo.php @@ -117,7 +117,7 @@ class ApiQueryStashImageInfo extends ApiQueryImageInfo { 'What image information to get:', ' timestamp - Adds timestamp for the uploaded version', ' url - Gives URL to the image and the description page', - ' size - Adds the size of the image in bytes and the height and width', + ' size - Adds the size of the image in bytes and the height, width and page count (if applicable)', ' dimensions - Alias for size', ' sha1 - Adds sha1 hash for the image', ' mime - Adds MIME of the image', -- 2.20.1