Don't show user contribs/email link on non-user pages (bug 963283)
[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 ?>