* (bug 27554) Update api information text to reflect change in bug 26125
authorSam Reed <reedy@users.mediawiki.org>
Sat, 19 Feb 2011 19:52:08 +0000 (19:52 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 19 Feb 2011 19:52:08 +0000 (19:52 +0000)
RELEASE-NOTES
includes/api/ApiQueryImageInfo.php

index 27e7f27..4c16667 100644 (file)
@@ -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 ===
 
index 37e216a..b764546 100644 (file)
@@ -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',