Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be...
[lhc/web/wiklou.git] / includes / SpecialWhatlinkshere.php
index a95530f..438f52e 100644 (file)
@@ -57,8 +57,6 @@ class WhatLinksHerePage {
                $wgOut->setPagetitle( $this->target->getPrefixedText() );
                $wgOut->setSubtitle( wfMsg( 'linklistsub' ) );
 
-               $isredir = ' (' . wfMsg( 'isredirect' ) . ")\n";
-
                $wgOut->addHTML( wfMsg( 'whatlinkshere-barrow' ) . ' '  .$this->skin->makeLinkObj($this->target, '', 'redirect=no' )."<br />\n");
 
                $this->showIndirectLinks( 0, $this->target, $this->limit, $this->from, $this->dir );