From 3f4e4d970f64a796f4257de209cd545ef3b698f1 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 15 Jun 2009 14:09:41 +0000 Subject: [PATCH] Follow-up to r51894: remove unused $targetText --- includes/specials/SpecialWhatlinkshere.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/specials/SpecialWhatlinkshere.php b/includes/specials/SpecialWhatlinkshere.php index 255e76bd49..af1115fa3e 100644 --- a/includes/specials/SpecialWhatlinkshere.php +++ b/includes/specials/SpecialWhatlinkshere.php @@ -305,7 +305,6 @@ class SpecialWhatLinksHere extends SpecialPage { if ( $title === null ) $title = SpecialPage::getTitleFor( 'Whatlinkshere' ); - $targetText = $target->getPrefixedUrl(); return $this->skin->linkKnown( $title, $text, -- 2.20.1