+Enable Atom support for that script that isn't migrated to Querypage.php class yet.
[mediawiki.git] / includes / SpecialNeglectedpages.php
blob98894692d1969d084add6f5088a68ca1a37618aa
1 <?php
2 # Suggestion from mailing list: lists pages in order
3 # least recently reviewed.
6 function wfSpecialNeglectedpages()
8 global $wgUser, $wgOut;
10 $wgOut->addHTML( "<p>(TODO: neglected pages)" );