mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
Fix casing of MediaWiki
Change-Id: If581a54ac1025bb13ff8fce5e8f64b92c71de986
This commit is contained in:
parent
e42ce1da5f
commit
2b58f29d8c
|
@ -210,7 +210,7 @@
|
|||
/**
|
||||
* Get the notification timestamp
|
||||
*
|
||||
* @return {number} Notification timestamp in Mediawiki timestamp format
|
||||
* @return {number} Notification timestamp in MediaWiki timestamp format
|
||||
*/
|
||||
mw.echo.dm.NotificationItem.prototype.getTimestamp = function () {
|
||||
return this.timestamp;
|
||||
|
|
|
@ -941,7 +941,7 @@ TEXT
|
|||
// (Title::getTitleParser), so should be the fake language ;)
|
||||
$this->setContentLang( $lang );
|
||||
$this->overrideConfigValues( [
|
||||
// this one allows Mediawiki:xyz pages to be set as messages
|
||||
// this one allows MediaWiki:xyz pages to be set as messages
|
||||
MainConfigNames::UseDatabaseMessages => true
|
||||
] );
|
||||
|
||||
|
|
Loading…
Reference in a new issue