X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/a4b52d2fe555a507c376e78ee624898c55968364..refs/tags/mediawiki-1.15.1:/maintenance/nukePage.php diff --git a/maintenance/nukePage.php b/maintenance/nukePage.php index b5c3f283..b3bfc762 100644 --- a/maintenance/nukePage.php +++ b/maintenance/nukePage.php @@ -4,8 +4,8 @@ * Erase a page record from the database * Irreversible (can't use standard undelete) and does not update link tables * - * @package MediaWiki - * @subpackage Maintenance + * @file + * @ingroup Maintenance * @author Rob Church */ @@ -27,4 +27,3 @@ function ShowUsage() { echo( " : Page title; spaces escaped with underscores\n\n" ); } -?> \ No newline at end of file