Rename WebInstallerOutput::addWikiTextInterface
authorC. Scott Ananian <cscott@cscott.net>
Mon, 22 Oct 2018 03:00:14 +0000 (23:00 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Mon, 22 Oct 2018 03:02:32 +0000 (23:02 -0400)
commitb3141dac431989a7e599904d2924bb1847a19528
treef28a8e6e2390b6b200f149191f779f9473ef29b5
parent98744107cd35d76a813ed43354cd428fa50984b1
Rename WebInstallerOutput::addWikiTextInterface

Follow up to I89f3398cffa771afcd5a33cfd11eb8510af3e7f7: this patch
was intended to mirror a new method added to OutputPage in
Ia58910164baaca608cea3b24333b7d13ed773339 but the bikeshed was painted
a slightly different color before the OutputPage patch was merged, and
somehow this patch wasn't changed to match.  The `addWikiTextInterface`
name was never included in a released MW version, so we don't need to
deprecate it, just fix it.

Change-Id: I636cb0ea0f9631c4c5e2bc118f479aec76d2b231
includes/installer/WebInstallerDocument.php
includes/installer/WebInstallerOutput.php
includes/installer/WebInstallerWelcome.php