summaryrefslogtreecommitdiff
path: root/includes/specials/SpecialBlankpage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/specials/SpecialBlankpage.php')
-rw-r--r--includes/specials/SpecialBlankpage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/specials/SpecialBlankpage.php b/includes/specials/SpecialBlankpage.php
index fdabe49d..29d6b96c 100644
--- a/includes/specials/SpecialBlankpage.php
+++ b/includes/specials/SpecialBlankpage.php
@@ -2,5 +2,5 @@
function wfSpecialBlankpage() {
global $wgOut;
- $wgOut->addHTML(wfMsg('intentionallyblankpage'));
+ $wgOut->addWikiMsg('intentionallyblankpage');
}