Tim Starling removed the line where $func is set to 'makeLink', but left it in where
[mediawiki.git] / includes / SpecialVote.php
blob15448ee9b8e86663f417a5a3e5ef431bae36558b
1 <?php
3 function wfSpecialVote()
5 global $wgUser, $wgOut;
7 $wgOut->addHTML( "<p>(TODO: Vote)" );