Tidy and rename WebInstallerOutput::addWikiText() to addWikiTextInterface()
authorC. Scott Ananian <cscott@cscott.net>
Fri, 21 Sep 2018 16:25:26 +0000 (12:25 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Tue, 25 Sep 2018 18:47:33 +0000 (14:47 -0400)
commit1c10bfb034e1fd028b7d821011cd95f2441e5a0e
treea4a5338b216759821f2ba4fd4f75c83ec4107041
parented6d53fd38cbc08ad503174aa09d155dc9867a13
Tidy and rename WebInstallerOutput::addWikiText() to addWikiTextInterface()

This change parallels the new method added to OutputPage in
Ia58910164baaca608cea3b24333b7d13ed773339 and ensures that the
content added is always tidied.  We leave the old alias in
place for now in accordance with our deprecation policy.

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