Defer to core for more template data

Bug: T289221
Depends-On: Ieb5398c3505602dfbf77d97f24f3d19f703924b8
Change-Id: Ib3ffe0b3f4fd7342b749cd827f40faa7a429bf23
This commit is contained in:
Ammarpad 2021-09-23 07:27:03 +01:00
parent 2bcfac0f07
commit 99930c4722
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(),