From: Siebrand Mazeland Date: Mon, 2 Aug 2010 17:46:38 +0000 (+0000) Subject: More message spewing reduction from r70337. X-Git-Tag: 1.31.0-rc.0~35771 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=ba734f62e3e405b7d36a07e6cd4566ba24fce101;p=lhc%2Fweb%2Fwiklou.git More message spewing reduction from r70337. --- diff --git a/includes/Linker.php b/includes/Linker.php index b599bcc5f3..db9202ad4a 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1949,7 +1949,7 @@ class Linker { * @param $prefix String: Optional prefix */ function makeColouredLinkObj( $nt, $colour, $text = '', $query = '', $trail = '', $prefix = '' ) { - wfDeprecated( __METHOD__ ); + //wfDeprecated( __METHOD__ ); if($colour != ''){ $style = $this->getInternalLinkAttributesObj( $nt, $text, $colour ); } else $style = '';