Allow specifying OutputPage object in Skin::subPageSubtitle parameters
authorAlex Monk <alex@wikimedia.org>
Tue, 26 Apr 2016 16:46:46 +0000 (17:46 +0100)
committerJames D. Forrester <jforrester@wikimedia.org>
Wed, 29 Jun 2016 16:25:49 +0000 (17:25 +0100)
commit167759abab4b767798be57fbf26c33fea42f1245
tree8806f16d11433ac774e65286509ebde9ea4c3f1a
parentd0845626087510c68d7c75eb44c6999bcc89f380
Allow specifying OutputPage object in Skin::subPageSubtitle parameters

To avoid ending up with API callers like this:
https://gerrit.wikimedia.org/r/#/c/281463/1/ApiVisualEditorEdit.php

Bug: T97700
Change-Id: Id27380de9577ad54cb2580b76a4f236e8dd491dd
includes/skins/Skin.php