repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
URL-escape the main page link on the logo
[mediawiki.git]
/
includes
/
SpecialVote.php
blob
de0f8ffe97201d6586d9806af82f10a2f167fd7c
1
<
?
2
3
function
wfSpecialVote
()
4
{
5
global
$wgUser
,
$wgOut
;
6
7
$wgOut
->
addHTML
(
"<p>(TODO: Vote)"
);
8
}
9
10
?
>