http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73426

Revision: 73426
Author:   tparscal
Date:     2010-09-20 23:41:30 +0000 (Mon, 20 Sep 2010)

Log Message:
-----------
Changed expandable search to be off by default (as it used to be)

Modified Paths:
--------------
    trunk/extensions/Vector/Vector.php

Modified: trunk/extensions/Vector/Vector.php
===================================================================
--- trunk/extensions/Vector/Vector.php  2010-09-20 23:34:49 UTC (rev 73425)
+++ trunk/extensions/Vector/Vector.php  2010-09-20 23:41:30 UTC (rev 73426)
@@ -20,7 +20,7 @@
        'collapsiblenav' => array( 'global' => true, 'user' => true ),
        'collapsibletabs' => array( 'global' => true, 'user' => false ),
        'editwarning' => array( 'global' => false, 'user' => true ),
-       'expandablesearch' => array( 'global' => false, 'user' => true ),
+       'expandablesearch' => array( 'global' => false, 'user' => false ),
        'footercleanup' => array( 'global' => false, 'user' => false ),
        'simplesearch' => array( 'global' => false, 'user' => true ),
 );



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to