199cf002132eadc437d4bf15788797f6d381137c
[lhc/web/wiklou.git] / includes / SpecialNeglectedpages.php
1 <?php
2 /**
3 * Suggestion from mailing list: lists pages in order
4 * least recently reviewed.
5 *
6 * @todo code it !
7 */
8
9 /**
10 *
11 */
12 function wfSpecialNeglectedpages() {
13 global $wgUser, $wgOut;
14
15 $wgOut->addHTML( "<p>(TODO: neglected pages)" );
16 }
17
18 ?>