wiki.techinc.nl/includes/SpecialNeglectedpages.php
2004-02-18 02:15:00 +00:00

13 lines
208 B
PHP

<?php
# Suggestion from mailing list: lists pages in order
# least recently reviewed.
#
function wfSpecialNeglectedpages()
{
global $wgUser, $wgOut;
$wgOut->addHTML( "<p>(TODO: neglected pages)" );
}
?>