* This function is not used anymore
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 19 Apr 2008 18:01:05 +0000 (18:01 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 19 Apr 2008 18:01:05 +0000 (18:01 +0000)
includes/SpecialWhatlinkshere.php

index 7f4079e..0fd7c8f 100644 (file)
@@ -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' );