this-\>iseditable, fixes the doubleclick-on-edit-page-not working bug; false instead...
[lhc/web/wiklou.git] / includes / SpecialNeglectedpages.php
1 <?php
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 ?>