Merge "Defer to core for more template data"

This commit is contained in:
jenkins-bot 2021-09-23 16:07:47 +00:00 committed by Gerrit Code Review
commit 1adcb190f1
1 changed files with 0 additions and 6 deletions

View File

@ -371,12 +371,6 @@ class SkinVector extends SkinMustache {
$commonSkinData = array_merge( $parentData, [
'is-legacy' => $this->isLegacy(),
'is-article' => (bool)$out->isArticle(),
'is-anon' => $this->getUser()->isAnon(),
'is-mainpage' => $title->isMainPage(),
'input-location' => $this->getSearchBoxInputLocation(),
'sidebar-visible' => $this->isSidebarVisible(),