Enable $wgVectorUseIconWatch by default.
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 26fe197..0822372 100644 (file)
@@ -2841,7 +2841,7 @@ $wgVectorUseSimpleSearch = true;
  *  - true = use an icon watch/unwatch button
  *  - false = use watch/unwatch text link
  */
-$wgVectorUseIconWatch = false;
+$wgVectorUseIconWatch = true;
 
 /**
  * Display user edit counts in various prominent places.