Make the URL input on Special:LinkSearch ltr by default

Change-Id: I77d74367375fc72e21bf16007cd6a48a2b7cd3e3
This commit is contained in:
Amir E. Aharoni 2014-06-29 12:31:19 +03:00
parent 040060e2b7
commit d8eb95a0f5

View file

@ -132,7 +132,11 @@ class LinkSearchPage extends QueryPage {
'target',
'target',
50,
$target
$target,
array(
// URLs are always ltr
'dir' => 'ltr',
)
) . "\n";
if ( !$wgMiserMode ) {