From ba734f62e3e405b7d36a07e6cd4566ba24fce101 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 2 Aug 2010 17:46:38 +0000 Subject: [PATCH] More message spewing reduction from r70337. --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.20.1