Remove redundant template data

These values are already provided in core

Bug: T289221
Change-Id: I36f5a22e3e866bc41502a9a53ec502b145955fbf
This commit is contained in:
Ammarpad 2021-09-22 19:16:19 +01:00
parent 30c2da8ea8
commit 2bcfac0f07
1 changed files with 0 additions and 5 deletions

View File

@ -376,11 +376,6 @@ class SkinVector extends SkinMustache {
'is-anon' => $this->getUser()->isAnon(),
'is-mainpage' => $title->isMainPage(),
// Remember that the string '0' is a valid title.
// From OutputPage::getPageTitle, via ::setPageTitle().
'html-title' => $out->getPageTitle(),
'html-categories' => $skin->getCategories(),
'input-location' => $this->getSearchBoxInputLocation(),