mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 15:36:52 +00:00
Update lint category help links
Bug: T360793 Change-Id: I4a7b0d0200d2af5c6768db91d0883c7fc483d8dc
This commit is contained in:
parent
d5fd2cd7d1
commit
c90267575c
|
@ -249,7 +249,7 @@ class SpecialLintErrors extends SpecialPage {
|
|||
$this->addHelpLink( 'Help:Extension:Linter' );
|
||||
$this->showCategoryListings( $catManager );
|
||||
} else {
|
||||
$this->addHelpLink( "Help:Extension:Linter/{$this->category}" );
|
||||
$this->addHelpLink( "Help:Lint_errors/{$this->category}" );
|
||||
$out->setPageTitleMsg(
|
||||
$this->msg( 'linterrors-subpage',
|
||||
$this->msg( "linter-category-{$this->category}" )->text()
|
||||
|
|
Loading…
Reference in a new issue