Merge "Update the namespace parameter name in the link in action=info pages"

This commit is contained in:
jenkins-bot 2023-11-09 10:45:03 +00:00 committed by Gerrit Code Review
commit 136e46cbf6

View file

@ -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 ]
),
];
}