add new option $wgRestrictDisplayTitle
[lhc/web/wiklou.git] / maintenance / updateRestrictions.php
index 0c3e46f..c2d256e 100644 (file)
@@ -1,10 +1,12 @@
 <?php
-
-/*
+/**
  * Makes the required database updates for Special:ProtectedPages
  * to show all protected pages, even ones before the page restrictions
  * schema change. All remaining page_restriction column values are moved
  * to the new table.
+ *
+ * @file
+ * @ingroup Maintenance
  */
 
 define( 'BATCH_SIZE', 100 );