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
Added label tags for wcMinoredit and wcWatchthispage checkbox labels
[mediawiki.git]
/
includes
/
SpecialNeglectedpages.php
blob
42d40069f8d68837ae796f48bf88f471ecb09897
1
<
?
2
# Suggestion from mailing list: lists pages in order
3
# least recently reviewed.
4
#
5
6
function
wfSpecialNeglectedpages
()
7
{
8
global
$wgUser
,
$wgOut
;
9
10
$wgOut
->
addHTML
(
"<p>(TODO: neglected pages)"
);
11
}
12
13
?
>