mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Remove haspageactions from MinervaTemplate templateData
minerva.mustache does not use this Bug: T232653 Change-Id: I4cf4f3ba3889bc19d2490ab5f727c00b518fa995
This commit is contained in:
parent
1223772ecb
commit
5eb26b67cd
|
@ -266,7 +266,6 @@ class MinervaTemplate extends BaseTemplate {
|
|||
'prebodyhtml' => $preBodyHtml,
|
||||
'headinghtml' => $data['headinghtml'] ?? '',
|
||||
'postheadinghtml' => $data['postheadinghtml'] ?? '',
|
||||
'haspageactions' => $hasPageActions,
|
||||
'pageactionshtml' => $hasPageActions ? $this->getPageActionsHtml() : '',
|
||||
'userMenuHTML' => $data['userMenuHTML'],
|
||||
'subtitle' => $data['subtitle'],
|
||||
|
|
Loading…
Reference in a new issue