mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
use text() instead of escaped() for msg recentchanges
Bug: T352626 Change-Id: I82762ba62eb65e44babc4d30a203c64ceb56b117
This commit is contained in:
parent
71ca402f77
commit
4323713924
|
@ -216,7 +216,7 @@ final class Definitions {
|
||||||
public function insertRecentChanges( Group $group ): void {
|
public function insertRecentChanges( Group $group ): void {
|
||||||
$entry = $this->buildMenuEntry(
|
$entry = $this->buildMenuEntry(
|
||||||
'recentchanges',
|
'recentchanges',
|
||||||
$this->context->msg( 'recentchanges' )->escaped(),
|
$this->context->msg( 'recentchanges' )->text(),
|
||||||
SpecialPage::getTitleFor( 'Recentchanges' )->getLocalURL(),
|
SpecialPage::getTitleFor( 'Recentchanges' )->getLocalURL(),
|
||||||
'',
|
'',
|
||||||
'recentChanges',
|
'recentChanges',
|
||||||
|
|
Loading…
Reference in a new issue