Fix for compatibility with short_open_tag = Off
[lhc/web/wiklou.git] / includes / SpecialVote.php
1 <?php
2
3 function wfSpecialVote()
4 {
5 global $wgUser, $wgOut;
6
7 $wgOut->addHTML( "<p>(TODO: Vote)" );
8 }
9
10 ?>