From 6864f97969027524505ca9fd61a16af430cd0b7f Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Tue, 14 Jul 2009 22:05:11 +0000 Subject: [PATCH] Added default setting for $wgVectorUseSimpleSearch. --- includes/DefaultSettings.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 521e441000..0d52c1397b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3869,6 +3869,13 @@ $wgEnforceHtmlIds = true; */ $wgUseTwoButtonsSearchForm = true; +/** + * Search form behavior for Vector skin only + * true = use an icon search button + * false = use Go & Search buttons + */ +$wgVectorUseSimpleSearch = false; + /** * Preprocessor caching threshold */ -- 2.20.1