From: Bryan Tong Minh Date: Sat, 5 Mar 2011 15:14:49 +0000 (+0000) Subject: Follow-up r83286: detabify description for mediatype X-Git-Tag: 1.31.0-rc.0~31636 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=2c145e77b0f8a649934b19c20d30ca6e69919e8f;p=lhc%2Fweb%2Fwiklou.git Follow-up r83286: detabify description for mediatype --- diff --git a/includes/api/ApiQueryImageInfo.php b/includes/api/ApiQueryImageInfo.php index b5831d6606..125763917c 100644 --- a/includes/api/ApiQueryImageInfo.php +++ b/includes/api/ApiQueryImageInfo.php @@ -514,7 +514,7 @@ class ApiQueryImageInfo extends ApiQueryBase { ' sha1 - Adds SHA-1 hash for the image', ' mime - Adds MIME type of the image', ' thumbmime - Adds MIME type of the image thumbnail (requires url)', - ' mediatype - Adds the media type of the image', + ' mediatype - Adds the media type of the image', ' metadata - Lists EXIF metadata for the version of the image', ' archivename - Adds the file name of the archive version for non-latest versions', ' bitdepth - Adds the bit depth of the version',