Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1937,7 +1937,6 @@ |
1938 | 1938 | * @param $prefix String: Optional prefix |
1939 | 1939 | */ |
1940 | 1940 | function makeStubLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) { |
1941 | | - // wfDeprecated( __METHOD__ ); |
1942 | 1941 | return $this->makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix ); |
1943 | 1942 | } |
1944 | 1943 | |
— | — | @@ -1956,7 +1955,6 @@ |
1957 | 1956 | * @param $prefix String: Optional prefix |
1958 | 1957 | */ |
1959 | 1958 | function makeColouredLinkObj( $nt, $colour, $text = '', $query = '', $trail = '', $prefix = '' ) { |
1960 | | - // wfDeprecated( __METHOD__ ); |
1961 | 1959 | if ( $colour != '' ) { |
1962 | 1960 | $style = $this->getInternalLinkAttributesObj( $nt, $text, $colour ); |
1963 | 1961 | } else $style = ''; |