Small tweak to section editing- try to generate a section (toc-)anchor from the edite...
[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 ?>