From 981d6467f25b5e75912cdaa415ebba04d7a476c1 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 10 May 2009 16:17:23 +0000 Subject: [PATCH] removed useless "$skin->link( $title );" --- includes/specials/SpecialMostlinkedtemplates.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/specials/SpecialMostlinkedtemplates.php b/includes/specials/SpecialMostlinkedtemplates.php index 76c1a09dec..339822d8be 100644 --- a/includes/specials/SpecialMostlinkedtemplates.php +++ b/includes/specials/SpecialMostlinkedtemplates.php @@ -93,7 +93,6 @@ class SpecialMostlinkedtemplates extends QueryPage { public function formatResult( $skin, $result ) { $title = Title::makeTitleSafe( $result->namespace, $result->title ); - $skin->link( $title ); return wfSpecialList( $skin->link( $title ), $this->makeWlhLink( $title, $skin, $result ) -- 2.20.1