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

Revision: 94619
Author:   ialex
Date:     2011-08-16 11:05:19 +0000 (Tue, 16 Aug 2011)
Log Message:
-----------
Per Reedy, follow-up r93758: SpecialPage::capturePath() now has incorrect 
signature. Removed the function rather than updating it, since it's not called 
at all and current behavior is incompatible with the old one. 

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

Modified: trunk/phase3/includes/SpecialPage.php
===================================================================
--- trunk/phase3/includes/SpecialPage.php       2011-08-16 10:57:56 UTC (rev 
94618)
+++ trunk/phase3/includes/SpecialPage.php       2011-08-16 11:05:19 UTC (rev 
94619)
@@ -236,19 +236,6 @@
        }
 
        /**
-        * Just like executePath() except it returns the HTML instead of 
outputting it
-        * Returns false if there was no such special page, or a title object 
if it was
-        * a redirect.
-        *
-        * @param $title Title
-        * @return String: HTML fragment
-        * @deprecated since 1.18 call SpecialPageFactory method directly
-        */
-       static function capturePath( &$title ) {
-               return SpecialPageFactory::capturePath( $title );
-       }
-
-       /**
         * Get the local name for a specified canonical name
         *
         * @param $name String


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

Reply via email to