mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Fix casing of Whatlinkshere in page-linked presentation model
It generates an annoying orange notice. Change-Id: Ia548cd08e66db8ab381052874f21ccc49fb03981
This commit is contained in:
parent
34ab32507a
commit
1eccdbcb49
|
@ -28,7 +28,7 @@ class EchoPageLinkedPresentationModel extends EchoEventPresentationModel {
|
|||
|
||||
public function getSecondaryLinks() {
|
||||
$whatLinksHereLink = array(
|
||||
'url' => SpecialPage::getTitleFor( 'WhatLinkshere', $this->event->getTitle()->getPrefixedText() )->getFullURL(),
|
||||
'url' => SpecialPage::getTitleFor( 'Whatlinkshere', $this->event->getTitle()->getPrefixedText() )->getFullURL(),
|
||||
'label' => $this->msg( 'notification-link-text-what-links-here' )->text(),
|
||||
'description' => '',
|
||||
'icon' => false,
|
||||
|
|
Loading…
Reference in a new issue