From d49f6e68bddcd9912ce0d1d960f1e3555f27c90e Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 16 Aug 2011 11:05:19 +0000 Subject: [PATCH] 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. --- includes/SpecialPage.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 43ade67213..0a52d753ad 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -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 * -- 2.20.1