From d69bf2f3be44e4d72ba5fa324d24f8557f30c41b Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Tue, 6 Aug 2019 21:07:04 +0200 Subject: [PATCH] Fix description for $wgGalleryOptions in DefaultSettings.php Falsy change from Ib0d92e128e7b882bb5b838bd00c74fc16ef14303 Change-Id: Ia66be38c26f1bfa3da5c8100e59f986fe1f87c36 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7d3802cc60..1b348f3d3b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1563,7 +1563,7 @@ $wgUseTinyRGBForJPGThumbnails = false; * - captionLength: Length to truncate filename to in caption when using "showfilename". * A value of 'true' will truncate the filename to one line using CSS * and will be the behaviour after deprecation. - * @deprecated since 1.28 + * @deprecated since 1.28 * - showBytes: Show the filesize in bytes in categories * - showDimensions: Show the dimensions (width x height) in categories * - mode: Gallery mode -- 2.20.1