* Add wfReadOnlyReason() to supply the reason for the wiki being read only. Use it...
[lhc/web/wiklou.git] / includes / SpecialUncategorizedpages.php
index cae34fe..b26f6d9 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /**
- *
+ * A special page looking for page without any category.
  * @addtogroup SpecialPage
  */
 class UncategorizedPagesPage extends PageQueryPage {
@@ -54,4 +54,4 @@ function wfSpecialUncategorizedpages() {
        return $lpp->doQuery( $offset, $limit );
 }
 
-?>
+