Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modified...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 Oct 2011 17:24:38 +0000 (17:24 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 Oct 2011 17:24:38 +0000 (17:24 +0000)
commitae45908c5948fda2025849ab7cf4b6ca08bee91b
treeec75d9108fa8dfae06fcd0d2bb238696e6f2093b
parent109e5113c00e7e9d0daacb1256538f825f58d89f
Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modified versions of OutputPage::setPageTitle() and OutputPage::setHTMLTitle() that take an message name and its parameters; updated all calls in core that can use the two new functions
21 files changed:
includes/EditPage.php
includes/FileDeleteForm.php
includes/OutputPage.php
includes/ProtectionForm.php
includes/actions/MarkpatrolledAction.php
includes/actions/RollbackAction.php
includes/specials/SpecialBlock.php
includes/specials/SpecialBlockList.php
includes/specials/SpecialContributions.php
includes/specials/SpecialDeletedContributions.php
includes/specials/SpecialEditWatchlist.php
includes/specials/SpecialEmailuser.php
includes/specials/SpecialMergeHistory.php
includes/specials/SpecialRecentchangeslinked.php
includes/specials/SpecialSearch.php
includes/specials/SpecialTags.php
includes/specials/SpecialUnblock.php
includes/specials/SpecialUndelete.php
includes/specials/SpecialUserlogin.php
includes/specials/SpecialWatchlist.php
includes/specials/SpecialWhatlinkshere.php