Index: trunk/phase3/maintenance/deleteArchivedRevisions.php |
— | — | @@ -5,6 +5,7 @@ |
6 | 6 | *
|
7 | 7 | * @addtogroup Maintenance
|
8 | 8 | * @author Aaron Schulz
|
| 9 | + * Shamelessly stolen from deleteOldRevisions.php by Rob Church :)
|
9 | 10 | */
|
10 | 11 |
|
11 | 12 | $options = array( 'delete', 'help' );
|