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:
parent
12b4d38602
commit
b3cee0610f
1 changed files with 4 additions and 3 deletions
|
|
@ -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 );
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue