From b3cee0610fc09e3d4a3dfb9b5b79bf77c7318160 Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Fri, 18 Jul 2014 02:49:05 -0400 Subject: [PATCH] DefaultSettings: Rewrap $wgThumbnailMinimumBucketDistance comment To avoid a PHPCS warning. Also fixed some small errors in the text. Change-Id: I7d9b1bde971b7ae66f93a1025a0cbcc1d809e69b --- includes/DefaultSettings.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7c81294e0a..7785c7e0e2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1224,9 +1224,10 @@ $wgThumbLimits = array( $wgThumbnailBuckets = null; /** - * When using thumbnail buckets as defined above, this sets the minimum distance with the bucket - * above the requested size. The distance represents how pany extra pixels of width the bucket needs - * in order to be used as the reference for a given thumbnail. For example, with the following buckets: + * When using thumbnail buckets as defined above, this sets the minimum distance to the bucket + * above the requested size. The distance represents how many extra pixels of width the bucket + * needs in order to be used as the reference for a given thumbnail. For example, with the + * following buckets: * * $wgThumbnailBuckets = array ( 128, 256, 512 ); * -- 2.20.1