diff options
Diffstat (limited to 'includes/SpecialPage.php')
-rw-r--r-- | includes/SpecialPage.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 43ade672136e..0a52d753ad39 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -236,19 +236,6 @@ class SpecialPage { } /** - * 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 |