DefaultSettings: Rewrap $wgThumbnailMinimumBucketDistance comment

To avoid a PHPCS warning. Also fixed some small errors in the text.

Change-Id: I7d9b1bde971b7ae66f93a1025a0cbcc1d809e69b
This commit is contained in:
Kevin Israel 2014-07-18 02:49:05 -04:00
parent 12b4d38602
commit b3cee0610f

View file

@ -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 );
*