summaryrefslogtreecommitdiff
path: root/includes/SpecialWhatlinkshere.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialWhatlinkshere.php')
-rw-r--r--includes/SpecialWhatlinkshere.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/SpecialWhatlinkshere.php b/includes/SpecialWhatlinkshere.php
index a95530fe..bed783f8 100644
--- a/includes/SpecialWhatlinkshere.php
+++ b/includes/SpecialWhatlinkshere.php
@@ -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 );
@@ -78,8 +76,6 @@ class WhatLinksHerePage {
$dbr =& wfGetDB( DB_READ );
- extract( $dbr->tableNames( 'pagelinks', 'templatelinks', 'page' ) );
-
// Some extra validation
$from = intval( $from );
if ( !$from && $dir == 'prev' ) {