Index: branches/img_metadata/phase3/includes/api/ApiQueryImageInfo.php |
— | — | @@ -267,6 +267,7 @@ |
268 | 268 | * @param $prop Array of properties to get (in the keys) |
269 | 269 | * @param $result ApiResult object |
270 | 270 | * @param $thumbParams Array containing 'width' and 'height' items, or null |
| 271 | + * @param $version Version of image metadata (for things like jpeg which have different versions). |
271 | 272 | * @return Array: result array |
272 | 273 | */ |
273 | 274 | static function getInfo( $file, $prop, $result, $thumbParams = null, $version = 'latest' ) { |
— | — | @@ -540,7 +541,7 @@ |
541 | 542 | 'start' => 'Timestamp to start listing from', |
542 | 543 | 'end' => 'Timestamp to stop listing at', |
543 | 544 | 'metadataversion' => array( "Version of metadata to use. if 'latest' is specified, use latest version.", |
544 | | - "Defaults to '1' for bacwards compatability" ), |
| 545 | + "Defaults to '1' for backwards compatibility" ), |
545 | 546 | 'continue' => 'If the query response includes a continue value, use it here to get another page of results' |
546 | 547 | ); |
547 | 548 | } |