Only allow identified users to mark edits as minor
[lhc/web/wiklou.git] / includes / SpecialVote.php
1 <?
2
3 function wfSpecialVote()
4 {
5 global $wgUser, $wgOut;
6
7 $wgOut->addHTML( "<p>(TODO: Vote)" );
8 }
9
10 ?>