00001 <?php 00002 00003 function wfSpecialBlankpage() { 00004 global $wgOut; 00005 $wgOut->addWikiMsg('intentionallyblankpage'); 00006 }