http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70342

Revision: 70342
Author:   siebrand
Date:     2010-08-02 17:44:31 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
Partially revert r70337. Let's not deprecate methods that are not even removed 
completely from core (!!!)

Modified Paths:
--------------
    trunk/phase3/includes/Linker.php

Modified: trunk/phase3/includes/Linker.php
===================================================================
--- trunk/phase3/includes/Linker.php    2010-08-02 16:56:36 UTC (rev 70341)
+++ trunk/phase3/includes/Linker.php    2010-08-02 17:44:31 UTC (rev 70342)
@@ -1930,7 +1930,7 @@
         * @param $prefix String: Optional prefix
         */
        function makeStubLinkObj( $nt, $text = '', $query = '', $trail = '', 
$prefix = '' ) {
-               wfDeprecated( __METHOD__ );
+               //wfDeprecated( __METHOD__ );
                return $this->makeColouredLinkObj( $nt, 'stub', $text, $query, 
$trail, $prefix );
        }
 



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to