Prepend x to section ids not starting with [a-z]
[lhc/web/wiklou.git] / maintenance / undelete.php
index f722eaf..b7b7df9 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+/**
+ * Undelete a page by fetching it from the archive table
+ *
+ * @file
+ * @ingroup Maintenance
+ */
 
 $usage = <<<EOT
 Undelete a page
@@ -30,4 +36,4 @@ echo "Undeleting " . $title->getPrefixedDBkey() . '...';
 $archive->undelete( array(), $reason );
 echo "done\n";
 
-?>
+