Index: trunk/phase3/includes/api/ApiQueryImageInfo.php |
— | — | @@ -462,7 +462,7 @@ |
463 | 463 | ' comment - Comment on the version', |
464 | 464 | ' parsedcomment - Parse the comment on the version', |
465 | 465 | ' url - Gives URL to the image and the description page', |
466 | | - ' size - Adds the size of the image in bytes and the height and width', |
| 466 | + ' size - Adds the size of the image in bytes and the height, width and page count (if applicable)', |
467 | 467 | ' dimensions - Alias for size', |
468 | 468 | ' sha1 - Adds SHA-1 hash for the image', |
469 | 469 | ' mime - Adds MIME type of the image', |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -175,6 +175,7 @@ |
176 | 176 | max value, api doesn't validate the input is actually an integer |
177 | 177 | * (bug 27479) API error when using both prop=pageprops and |
178 | 178 | prop=info&inprop=displaytitle |
| 179 | +* (bug 27554) Update api information text to reflect change in bug 26125 |
179 | 180 | |
180 | 181 | === Languages updated in 1.18 === |
181 | 182 | |