Index: trunk/extensions/WikiEditor/WikiEditor.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | // Provides interactive tools |
26 | 26 | 'dialogs' => array( 'global' => false, 'user' => true ), |
27 | 27 | // Hide signature button from main namespace |
28 | | - 'hidesig' => array( 'global' => false, 'user' => false ), |
| 28 | + 'hidesig' => array( 'global' => true, 'user' => false ), |
29 | 29 | |
30 | 30 | /* Textarea / i-frame compatible, but still experimental and unstable (do not deploy!) */ |
31 | 31 | |