Conducting a conversation by means of comments
[mediawiki.git] / includes / SpecialVote.php
blob15448ee9b8e86663f417a5a3e5ef431bae36558b
1 <?php
3 function wfSpecialVote()
5 global $wgUser, $wgOut;
7 $wgOut->addHTML( "<p>(TODO: Vote)" );