Make the URL input on Special:LinkSearch ltr by default
Change-Id: I77d74367375fc72e21bf16007cd6a48a2b7cd3e3
This commit is contained in:
parent
040060e2b7
commit
d8eb95a0f5
1 changed files with 5 additions and 1 deletions
|
|
@ -132,7 +132,11 @@ class LinkSearchPage extends QueryPage {
|
|||
'target',
|
||||
'target',
|
||||
50,
|
||||
$target
|
||||
$target,
|
||||
array(
|
||||
// URLs are always ltr
|
||||
'dir' => 'ltr',
|
||||
)
|
||||
) . "\n";
|
||||
|
||||
if ( !$wgMiserMode ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue