The editsection link is now longer shown in the printable version
[mediawiki.git] / includes / SpecialNeglectedpages.php
blob42d40069f8d68837ae796f48bf88f471ecb09897
1 <?
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)" );