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

Revision: 90987
Author:   demon
Date:     2011-06-28 18:20:08 +0000 (Tue, 28 Jun 2011)
Log Message:
-----------
Per siebrand on r85296, the proper path to deprecation is:
1) Behavior/doc change
2) Then warnings
3) Then removal
1 and 2 were rolled into the same release (1.18), so revert the wfDeprecated() 
call in REL1_18. Trunk can still spew warnings, and we shouldn't look to remove 
until sometime in the 1.20 timeframe.

Modified Paths:
--------------
    branches/REL1_18/phase3/includes/parser/ParserOptions.php

Modified: branches/REL1_18/phase3/includes/parser/ParserOptions.php
===================================================================
--- branches/REL1_18/phase3/includes/parser/ParserOptions.php   2011-06-28 
18:17:49 UTC (rev 90986)
+++ branches/REL1_18/phase3/includes/parser/ParserOptions.php   2011-06-28 
18:20:08 UTC (rev 90987)
@@ -96,7 +96,6 @@
         * @deprecated Use Linker::* instead     
         */      
        function getSkin( $title = null ) {      
-               wfDeprecated( __METHOD__ );
                return new DummyLinker;
        }
 


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

Reply via email to