More message spewing reduction from r70337.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 2 Aug 2010 17:46:38 +0000 (17:46 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 2 Aug 2010 17:46:38 +0000 (17:46 +0000)
includes/Linker.php

index b599bcc..db9202a 100644 (file)
@@ -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 = '';