Pass OutputPage to SkinTemplateGetLanguageLink hook.
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 9 Sep 2014 10:34:24 +0000 (12:34 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Tue, 9 Sep 2014 10:56:43 +0000 (12:56 +0200)
commit27593136bb2eae6d1d0c406f32d90af343f43830
treea2f29fda1b169ec50a8b9903a6cf35e4561f4e52
parente2e6f7767ef58659904422c36d390c230b59852f
Pass OutputPage to SkinTemplateGetLanguageLink hook.

Hook handlers should have access to the OutputPage object,
so they can use information stored there for generating
language links. This is needed to allow efficient generation
of "badges" by the Wikibase extension.

Change-Id: Ic479e2fa5cc3a4d663e478858caee2742e6805b9
RELEASE-NOTES-1.24
docs/hooks.txt
includes/skins/SkinTemplate.php