mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 09:10:05 +00:00
Merge "Update the namespace parameter name in the link in action=info pages"
This commit is contained in:
commit
136e46cbf6
|
@ -196,7 +196,8 @@ class Hooks implements
|
|||
SpecialPage::getTitleFor( 'LintErrors' ),
|
||||
$context->msg( 'pageinfo-linter-moreinfo' )->text(),
|
||||
[],
|
||||
[ 'namespace' => $title->getNamespace(), 'titlesearch' => $title->getText(), 'exactmatch' => 1 ]
|
||||
[ 'wpNamespaceRestrictions' => $title->getNamespace(),
|
||||
'titlesearch' => $title->getText(), 'exactmatch' => 1 ]
|
||||
),
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue