MediaWiki master
deleteArchivedRevisions.php File Reference

Delete archived (deleted from public) revisions from the database. More...

Go to the source code of this file.

Classes

class  DeleteArchivedRevisions
 Maintenance script to delete archived (deleted from public) revisions from the database. More...
 

Variables

 $maintClass = DeleteArchivedRevisions::class
 

Detailed Description

Delete archived (deleted from public) revisions from the database.

Shamelessly stolen from deleteOldRevisions.php by Rob Church :)

Note
GPL-2.0-or-later

Definition in file deleteArchivedRevisions.php.

Variable Documentation

◆ $maintClass

$maintClass = DeleteArchivedRevisions::class

Definition at line 62 of file deleteArchivedRevisions.php.