From: Tim Starling Date: Tue, 14 Dec 2010 11:11:38 +0000 (+0000) Subject: Cleaned up r70342 and r70343: removed commented-out code. X-Git-Tag: 1.31.0-rc.0~33319 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=a7f71290d8a0df897d86547aae23a1d268bd881e;p=lhc%2Fweb%2Fwiklou.git Cleaned up r70342 and r70343: removed commented-out code. --- diff --git a/includes/Linker.php b/includes/Linker.php index 4d73e7a92a..5498f3fe00 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1937,7 +1937,6 @@ class Linker { * @param $prefix String: Optional prefix */ function makeStubLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) { - // wfDeprecated( __METHOD__ ); return $this->makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix ); } @@ -1956,7 +1955,6 @@ class Linker { * @param $prefix String: Optional prefix */ function makeColouredLinkObj( $nt, $colour, $text = '', $query = '', $trail = '', $prefix = '' ) { - // wfDeprecated( __METHOD__ ); if ( $colour != '' ) { $style = $this->getInternalLinkAttributesObj( $nt, $text, $colour ); } else $style = '';