diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
commit | 9db190c7e736ec8d063187d4241b59feaf7dc2d1 (patch) | |
tree | 46d1a0dee7febef5c2d57a9f7b972be16a163b3d /includes/media/Bitmap_ClientOnly.php | |
parent | 78677c7bbdcc9739f6c10c75935898a20e1acd9e (diff) |
update to MediaWiki 1.17.0
Diffstat (limited to 'includes/media/Bitmap_ClientOnly.php')
-rw-r--r-- | includes/media/Bitmap_ClientOnly.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/includes/media/Bitmap_ClientOnly.php b/includes/media/Bitmap_ClientOnly.php index 9801f9be..9f6f7b33 100644 --- a/includes/media/Bitmap_ClientOnly.php +++ b/includes/media/Bitmap_ClientOnly.php @@ -1,5 +1,19 @@ <?php +/** + * Handler for bitmap images that will be resized by clients + * + * @file + * @ingroup Media + */ +/** + * Handler for bitmap images that will be resized by clients. + * + * This is not used by default but can be assigned to some image types + * using $wgMediaHandlers. + * + * @ingroup Media + */ class BitmapHandler_ClientOnly extends BitmapHandler { function normaliseParams( $image, &$params ) { return ImageHandler::normaliseParams( $image, $params ); |