From: Niklas Laxström Date: Sat, 19 Apr 2008 18:01:05 +0000 (+0000) Subject: * This function is not used anymore X-Git-Tag: 1.31.0-rc.0~48178 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=dfdede75f19237981062c1e4bd9c165b48de9fc2;p=lhc%2Fweb%2Fwiklou.git * This function is not used anymore --- diff --git a/includes/SpecialWhatlinkshere.php b/includes/SpecialWhatlinkshere.php index 7f4079effb..0fd7c8f707 100644 --- a/includes/SpecialWhatlinkshere.php +++ b/includes/SpecialWhatlinkshere.php @@ -281,13 +281,6 @@ class WhatLinksHerePage { return $this->skin->makeKnownLinkObj( $this->selfTitle, $text, $query ); } - /** Get a query string to append to hide appropriate entries */ - function getHideParams() { - return ($this->hidetrans ? '&hidetrans=1' : '') - . ($this->hidelinks ? '&hidelinks=1' : '') - . ($this->hideredirs ? '&hideredirs=1' : ''); - } - function getPrevNext( $prevId, $nextId ) { global $wgLang; $currentLimit = $this->opts->getValue( 'limit' );