summaryrefslogtreecommitdiff
path: root/includes/SpecialRevisiondelete.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialRevisiondelete.php')
-rw-r--r--includes/SpecialRevisiondelete.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/includes/SpecialRevisiondelete.php b/includes/SpecialRevisiondelete.php
index fb5e9ec8..5c70d5ae 100644
--- a/includes/SpecialRevisiondelete.php
+++ b/includes/SpecialRevisiondelete.php
@@ -35,6 +35,10 @@ function wfSpecialRevisiondelete( $par = null ) {
}
}
+/**
+ * Implements the GUI for Revision Deletion.
+ * @addtogroup SpecialPage
+ */
class RevisionDeleteForm {
/**
* @param Title $page
@@ -170,7 +174,10 @@ class RevisionDeleteForm {
}
}
-
+/**
+ * Implements the actions for Revision Deletion.
+ * @addtogroup SpecialPage
+ */
class RevisionDeleter {
function __construct( $db ) {
$this->db = $db;