Cleaned up r70342 and r70343: removed commented-out code.
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 14 Dec 2010 11:11:38 +0000 (11:11 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 14 Dec 2010 11:11:38 +0000 (11:11 +0000)
includes/Linker.php

index 4d73e7a..5498f3f 100644 (file)
@@ -1937,7 +1937,6 @@ class Linker {
         * @param $prefix String: Optional prefix
         */
        function makeStubLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) {
-               // wfDeprecated( __METHOD__ );
                return $this->makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix );
        }
 
@@ -1956,7 +1955,6 @@ class Linker {
         * @param $prefix String: Optional prefix
         */
        function makeColouredLinkObj( $nt, $colour, $text = '', $query = '', $trail = '', $prefix = '' ) {
-               // wfDeprecated( __METHOD__ );
                if ( $colour != '' ) {
                        $style = $this->getInternalLinkAttributesObj( $nt, $text, $colour );
                } else $style = '';