mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-12 01:16:19 +00:00
Update moved class WikiMap
See T321882. Moved in I60cf4b9ef02b9d5 Bug: T321681 Change-Id: I2381ae00735c6924eba97141e3194ee111f75cc7
This commit is contained in:
parent
c7cf74eab0
commit
605b6f96bf
|
@ -571,7 +571,13 @@
|
|||
"description": "Override availability of DiscussionTools visual enhancements's reply buttons sub-feature. 'default', 'available', or 'unavailable'."
|
||||
},
|
||||
"DiscussionTools_visualenhancements_reply_icon_languages": {
|
||||
"value": [ "ar", "zh", "yue", "ja", "nod" ],
|
||||
"value": [
|
||||
"ar",
|
||||
"zh",
|
||||
"yue",
|
||||
"ja",
|
||||
"nod"
|
||||
],
|
||||
"description": "A list of language codes which will receive an icon in their enhanced reply-button treatment",
|
||||
"merge_strategy": "provide_default"
|
||||
},
|
||||
|
|
|
@ -11,7 +11,7 @@ namespace MediaWiki\Extension\DiscussionTools\Notifications;
|
|||
|
||||
use EchoDiscussionParser;
|
||||
use MediaWiki\Revision\RevisionRecord;
|
||||
use WikiMap;
|
||||
use MediaWiki\WikiMap\WikiMap;
|
||||
|
||||
/**
|
||||
* This trait must be only used on EchoEventPresentationModel subclasses.
|
||||
|
|
Loading…
Reference in a new issue