Tweak the wording in 'immobile-target-namespace-iw'. Still feels a bit weird, but...
[mediawiki.git] / includes / specials / SpecialBlankpage.php
blobfdabe49d53fe2134e17f421e878a6b5d3c96e2ff
1 <?php
3 function wfSpecialBlankpage() {
4 global $wgOut;
5 $wgOut->addHTML(wfMsg('intentionallyblankpage'));