From: Sam Reed Date: Sat, 19 Feb 2011 19:52:08 +0000 (+0000) Subject: * (bug 27554) Update api information text to reflect change in bug 26125 X-Git-Tag: 1.31.0-rc.0~31883 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=7906fde17ed3bb57e41b41a77348bf72408221a1;p=lhc%2Fweb%2Fwiklou.git * (bug 27554) Update api information text to reflect change in bug 26125 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 27e7f27b3e..4c16667959 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -175,6 +175,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN max value, api doesn't validate the input is actually an integer * (bug 27479) API error when using both prop=pageprops and prop=info&inprop=displaytitle +* (bug 27554) Update api information text to reflect change in bug 26125 === Languages updated in 1.18 === diff --git a/includes/api/ApiQueryImageInfo.php b/includes/api/ApiQueryImageInfo.php index 37e216a658..b76454665b 100644 --- a/includes/api/ApiQueryImageInfo.php +++ b/includes/api/ApiQueryImageInfo.php @@ -462,7 +462,7 @@ class ApiQueryImageInfo extends ApiQueryBase { ' comment - Comment on the version', ' parsedcomment - Parse the comment on the 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 SHA-1 hash for the image', ' mime - Adds MIME type of the image',