mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 18:05:01 +00:00
Merge "Remove haspageactions from MinervaTemplate templateData"
This commit is contained in:
commit
781ba0b2d3
|
@ -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