mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
Deprecate VectorTemplate
In 1.36 we will be removing this class and adopting SkinMustache. Signal to developers that this is considered an internal class as notice of that intention. Change-Id: Ib62a5352a73eb6189ba85f4034da1b0857fd31aa
This commit is contained in:
parent
6a078bc246
commit
81daa1ab7a
|
@ -27,6 +27,8 @@ use Vector\Constants;
|
|||
/**
|
||||
* QuickTemplate subclass for Vector
|
||||
* @ingroup Skins
|
||||
* @deprecated Since 1.35, duplicate class locally if its functionality is needed.
|
||||
* Extensions or skins should extend it under no circumstances.
|
||||
*/
|
||||
class VectorTemplate extends BaseTemplate {
|
||||
/** @var array of alternate message keys for menu labels */
|
||||
|
|
Loading…
Reference in a new issue