* Added Title::getLinksFrom() and Title::getTemplateLinksFrom() for consistency with...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 29 Dec 2011 15:12:00 +0000 (15:12 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 29 Dec 2011 15:12:00 +0000 (15:12 +0000)
commit1b655a802a6d2489853ec54c20f85d355cda2a75
tree33550d584ea70876a44d49262f7e6eb8713d6935
parent7654ddf79816335d38ef84b6c2d41ad452fe6379
* Added Title::getLinksFrom() and Title::getTemplateLinksFrom() for consistency with Title::getLinksTo() and Title::getTemplateLinksTo()
* Deprecated WikiPage::getUsedTemplates() in favour of Title::getTemplateLinksFrom() and updated to it in core
includes/EditPage.php
includes/OutputPage.php
includes/Title.php
includes/WikiPage.php