From 1aab97ec038c735c1e2467d73bbe203b2aac47fd Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 30 Jul 2020 13:30:00 -0700 Subject: [PATCH] Cleanup: Drop unused template variable html-printfooter is no longer used now that core provides this as part of html-body-content Change-Id: Ib9d6b5ce56ecde38f5de948dc0f80c7a3e42d2b3 --- includes/SkinVector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/SkinVector.php b/includes/SkinVector.php index ae6940d..a359739 100644 --- a/includes/SkinVector.php +++ b/includes/SkinVector.php @@ -136,7 +136,6 @@ class SkinVector extends SkinMustache { 'msg-vector-jumptonavigation' => $skin->msg( 'vector-jumptonavigation' )->text(), 'msg-vector-jumptosearch' => $skin->msg( 'vector-jumptosearch' )->text(), - 'html-printfooter' => $skin->printSource(), 'html-categories' => $skin->getCategories(), 'data-footer' => $this->getFooterData(), 'html-navigation-heading' => $skin->msg( 'navigation-heading' ),