From: Sam Reed Date: Sun, 20 Feb 2011 13:50:15 +0000 (+0000) Subject: Per comment on r82477, update output for prop=statimageinfo X-Git-Tag: 1.31.0-rc.0~31861 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=7c02dc5f1398690a86ddef8fbb6e3b8aafb678e3;p=lhc%2Fweb%2Fwiklou.git Per comment on r82477, update output for prop=statimageinfo --- 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',