mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-01 01:06:31 +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,
|
'prebodyhtml' => $preBodyHtml,
|
||||||
'headinghtml' => $data['headinghtml'] ?? '',
|
'headinghtml' => $data['headinghtml'] ?? '',
|
||||||
'postheadinghtml' => $data['postheadinghtml'] ?? '',
|
'postheadinghtml' => $data['postheadinghtml'] ?? '',
|
||||||
'haspageactions' => $hasPageActions,
|
|
||||||
'pageactionshtml' => $hasPageActions ? $this->getPageActionsHtml() : '',
|
'pageactionshtml' => $hasPageActions ? $this->getPageActionsHtml() : '',
|
||||||
'userMenuHTML' => $data['userMenuHTML'],
|
'userMenuHTML' => $data['userMenuHTML'],
|
||||||
'subtitle' => $data['subtitle'],
|
'subtitle' => $data['subtitle'],
|
||||||
|
|
Loading…
Reference in a new issue