Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1949,7 +1949,7 @@ |
1950 | 1950 | * @param $prefix String: Optional prefix |
1951 | 1951 | */ |
1952 | 1952 | function makeColouredLinkObj( $nt, $colour, $text = '', $query = '', $trail = '', $prefix = '' ) { |
1953 | | - wfDeprecated( __METHOD__ ); |
| 1953 | + //wfDeprecated( __METHOD__ ); |
1954 | 1954 | if($colour != ''){ |
1955 | 1955 | $style = $this->getInternalLinkAttributesObj( $nt, $text, $colour ); |
1956 | 1956 | } else $style = ''; |