Per Reedy, follow-up r93758: SpecialPage::capturePath() now has incorrect signature...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 16 Aug 2011 11:05:19 +0000 (11:05 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 16 Aug 2011 11:05:19 +0000 (11:05 +0000)
includes/SpecialPage.php

index 43ade67..0a52d75 100644 (file)
@@ -235,19 +235,6 @@ class SpecialPage {
                return SpecialPageFactory::executePath( $title, $context, $including );
        }
 
-       /**
-        * 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
         *