Revert r39793 "* (bug 13879) Special:EmailUser shows a form in case no user was speci...
[lhc/web/wiklou.git] / includes / specials / SpecialBlankpage.php
1 <?php
2
3 function wfSpecialBlankpage() {
4 global $wgOut;
5 $wgOut->addHTML(wfMsg('intentionallyblankpage'));
6 }