Hard deprecate unused OutputPage::addWikiText* methods
authorC. Scott Ananian <cscott@cscott.net>
Fri, 21 Sep 2018 17:16:42 +0000 (13:16 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 10 Oct 2018 18:54:27 +0000 (14:54 -0400)
commitf2b325002b23c1e0bd70d28fd19c27fd1d537e61
tree02162247419c663799b98456a2de2a0cb8a4b0d0
parentc54a9912bda02b1f4791b94e3f8212809b9cf2e7
Hard deprecate unused OutputPage::addWikiText* methods

Codesearch shows no users of `OutputPage::addWikiTextWithTitle()`,
and no users of `OutputPage::addWikiTextTitle()` (other than the
implicit uses by the other `OutputPage::addWikiText*()` methods).

These methods produce untidy output, which future parsers won't
support.

Bug: T198214
Change-Id: Id5ee3bdfa6c464e3a92af82af7bc7317ca9d07a9
includes/OutputPage.php
tests/phpunit/includes/OutputPageTest.php