Replace deprecated wfMsg* calls with Message class calls.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Tue, 21 Aug 2012 19:58:47 +0000 (21:58 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Tue, 21 Aug 2012 19:58:47 +0000 (21:58 +0200)
commitc848f486bcc6065826b3f322a60361d0bdf76949
tree88478c01a0ded9c2bb4e28479a6ba25fed0ef6f0
parent360a5e21666ff4d59b63f1ae5ccd2479f4c2d017
Replace deprecated wfMsg* calls with Message class calls.

Doing this in steps of roughly 100 changes per commit, so that it remains
reviewable. This should be the one but last change set with the "easy"
ones for core.

Change-Id: If894a92dd65b2f5f4f096b9133685eb3b067a1d8
14 files changed:
includes/api/ApiParse.php
includes/api/ApiQueryLogEvents.php
includes/api/ApiQueryProtectedTitles.php
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryRevisions.php
includes/installer/DatabaseInstaller.php
includes/installer/Installer.php
includes/installer/WebInstaller.php
includes/installer/WebInstallerOutput.php
includes/installer/WebInstallerPage.php
includes/job/UploadFromUrlJob.php
skins/CologneBlue.php
skins/Nostalgia.php
skins/Standard.php