aboutsummaryrefslogtreecommitdiffstats
path: root/thumb.php
diff options
context:
space:
mode:
authorumherirrender <umherirrender_de.wp@web.de>2014-07-24 19:03:17 +0200
committerumherirrender <umherirrender_de.wp@web.de>2014-07-24 19:03:17 +0200
commitd15f1cc5e1d6db78c443514b8a129aff28510f50 (patch)
tree95554baec583673764e116c9307aa530303202b3 /thumb.php
parentf2dca2e7e78c91c44391bff5bd276fce5602e4e2 (diff)
downloadmediawikicore-d15f1cc5e1d6db78c443514b8a129aff28510f50.tar.gz
mediawikicore-d15f1cc5e1d6db78c443514b8a129aff28510f50.zip
Break some long lines in maintenance, skins, tests
Change-Id: I5d86ad3e0c90e09440268a670f5af3e2bf080612
Diffstat (limited to 'thumb.php')
-rw-r--r--thumb.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/thumb.php b/thumb.php
index 9a4b332124b5..fe50e2ed34c1 100644
--- a/thumb.php
+++ b/thumb.php
@@ -388,7 +388,8 @@ function wfGenerateThumbnail( File $file, array $params, $thumbName, $thumbPath
$errorHtml = false;
// guard thumbnail rendering with PoolCounter to avoid stampedes
- // expensive files use a separate PoolCounter config so it is possible to set up a global limit on them
+ // expensive files use a separate PoolCounter config so it is possible
+ // to set up a global limit on them
if ( $file->isExpensiveToThumbnail() ) {
$poolCounterType = 'FileRenderExpensive';
} else {