mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "MinervaNeue doesn't need PersonalUrls"
This commit is contained in:
commit
b503d36560
|
@ -996,6 +996,13 @@ class SkinMinerva extends SkinTemplate {
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minerva skin do use any of those, there is no need to calculate that
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function buildPersonalUrls() {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Creates an overflow action: An icon that links to the overflow menu.
|
* Creates an overflow action: An icon that links to the overflow menu.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue