Only expand `{{...}}` in messages once (part 2)
authorC. Scott Ananian <cscott@cscott.net>
Fri, 26 Oct 2018 16:59:01 +0000 (12:59 -0400)
committerC. Scott Ananian <cananian@wikimedia.org>
Fri, 26 Oct 2018 17:09:42 +0000 (17:09 +0000)
commit873c89fcc47e637d7ce681d477fab3a910c62211
tree39229129e9ac3fb7a03ba81b5928604bf538965f
parentb6be5ec0431bd47c7da932c82e5943cceebffc61
Only expand `{{...}}` in messages once (part 2)

If we're going to call `OutputPage::addWikiTextAs*` or
`OutputPage::parseAs*` to parse the message, we don't need to
pre-expand `{{...}}` markup before passing it to the parser.

Follow up to I2f68f73365df876e6f9d017e4e3ddea39c4a1284.

Bug: T206574
Change-Id: I0ee493207ea80c1caba7e60a31714805dc54c64e
includes/EditPage.php
includes/installer/WebInstaller.php
includes/specials/SpecialVersion.php