Index: trunk/phase3/includes/Title.php |
— | — | @@ -468,18 +468,6 @@ |
469 | 469 | } |
470 | 470 | |
471 | 471 | /** |
472 | | - * Returns the URL associated with an interwiki prefix |
473 | | - * @param $key \type{\string} the interwiki prefix (e.g. "MeatBall") |
474 | | - * @return \type{\string} the associated URL, containing "$1", |
475 | | - * which should be replaced by an article title |
476 | | - * @static (arguably) |
477 | | - * @deprecated See Interwiki class |
478 | | - */ |
479 | | - public function getInterwikiLink( $key ) { |
480 | | - return Interwiki::fetch( $key )->getURL( ); |
481 | | - } |
482 | | - |
483 | | - /** |
484 | 472 | * Determine whether the object refers to a page within |
485 | 473 | * this project. |
486 | 474 | * |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -152,8 +152,8 @@ |
153 | 153 | * (bug 14118) SpecialPage::getTitleFor does not return a localised name |
154 | 154 | * (bug 18698) Renaming non entry point maintenance scripts from .inc.php to |
155 | 155 | .inc |
156 | | -* Deprecated methods userCanCreate(), userCanEdit() and userCanMove() have been |
157 | | - removed |
| 156 | +* Deprecated methods Title::getInterwikiLink, Title::userCanCreate(), |
| 157 | + Title::userCanEdit() and Title::userCanMove() have been removed |
158 | 158 | |
159 | 159 | == API changes in 1.16 == |
160 | 160 | |