From: Kevin Israel Date: Fri, 18 Jul 2014 06:49:05 +0000 (-0400) Subject: DefaultSettings: Rewrap $wgThumbnailMinimumBucketDistance comment X-Git-Tag: 1.31.0-rc.0~14897 X-Git-Url: https://git.cyclocoop.org/%27%20.%20%24this-%3EgetSkin%28%29-%3EescapeSearchLink%28%29%20.%20%27?a=commitdiff_plain;h=b3cee0610fc09e3d4a3dfb9b5b79bf77c7318160;p=lhc%2Fweb%2Fwiklou.git DefaultSettings: Rewrap $wgThumbnailMinimumBucketDistance comment To avoid a PHPCS warning. Also fixed some small errors in the text. Change-Id: I7d9b1bde971b7ae66f93a1025a0cbcc1d809e69b --- 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 ); *