Changed how the search UI is rendered.
[mediawiki.git] / includes / specials / SpecialBlankpage.php
blob29d6b96c7a3e8fab97273159d523c539ffdc6087
1 <?php
3 function wfSpecialBlankpage() {
4 global $wgOut;
5 $wgOut->addWikiMsg('intentionallyblankpage');