Refactor core from Title::getLinkUrl to Title::getLinkURL to match Title's getLocalUR...
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 10 Nov 2011 03:27:55 +0000 (03:27 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 10 Nov 2011 03:27:55 +0000 (03:27 +0000)
commit32b4dd8a770d79a2c115378c00f72ac66b12db89
tree449803074a205f8317fd757b709aa03c9291fc03
parent0867987577a386a0e0d47ed48bc496c2a11daaef
Refactor core from Title::getLinkUrl to Title::getLinkURL to match Title's getLocalURL and getFullURL.
This shouldn't cause any back or forward compat issues since php treats method names as case-insensitive. So this change shouldn't break any old extensions, and extensions are free to start using getLinkURL and won't have any issue breaking with old versions of MediaWiki.
includes/ChangesList.php
includes/FakeTitle.php
includes/Linker.php
includes/Title.php
includes/media/MediaTransformOutput.php