From: Volker E Date: Tue, 19 Dec 2017 17:27:56 +0000 (-0800) Subject: Provide an appropriate comment X-Git-Tag: 1.31.0-rc.0~1154^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=e261cc8c85d09ce880f45e274f64a67aa6c1f2a7 Provide an appropriate comment Let's stay with blue (`#36c`) for something called blue. Change-Id: I1ebb0909d491f1ecf4d1e5733e7ac6589d28c731 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e50b7a7db1..2bad0db0b2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3763,7 +3763,7 @@ $wgResourceLoaderValidateStaticJS = false; * @code * $wgResourceLoaderLESSVars = [ * 'exampleFontSize' => '1em', - * 'exampleBlue' => '#eee', + * 'exampleBlue' => '#36c', * ]; * @endcode * @since 1.22