Index: trunk/phase3/includes/SpecialPage.php |
— | — | @@ -236,19 +236,6 @@ |
237 | 237 | } |
238 | 238 | |
239 | 239 | /** |
240 | | - * Just like executePath() except it returns the HTML instead of outputting it |
241 | | - * Returns false if there was no such special page, or a title object if it was |
242 | | - * a redirect. |
243 | | - * |
244 | | - * @param $title Title |
245 | | - * @return String: HTML fragment |
246 | | - * @deprecated since 1.18 call SpecialPageFactory method directly |
247 | | - */ |
248 | | - static function capturePath( &$title ) { |
249 | | - return SpecialPageFactory::capturePath( $title ); |
250 | | - } |
251 | | - |
252 | | - /** |
253 | 240 | * Get the local name for a specified canonical name |
254 | 241 | * |
255 | 242 | * @param $name String |