Replace deprecated calls to OutputPage::parse()
authorC. Scott Ananian <cscott@cscott.net>
Fri, 26 Oct 2018 16:55:52 +0000 (12:55 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Mon, 29 Oct 2018 19:34:43 +0000 (15:34 -0400)
commit24cb9392941c8e8540019b32ae1efd6421c70eee
tree3e3b6853ae0b4b1a6e61a21f0a7edb0026cb3751
parent97d9659904424afe2c8b9df3c17438b051529f5e
Replace deprecated calls to OutputPage::parse()

Use OutputPage::parseAsInterface() to tidy the output and make the
selection of user interface language explicit.

Bug: T198214
Change-Id: Ifeb1ca6eb8b5c743421b8f9e329f1e3658050e47
includes/EditPage.php
includes/actions/McrUndoAction.php
includes/skins/QuickTemplate.php
includes/skins/Skin.php
includes/specials/SpecialTags.php
includes/specials/SpecialUpload.php