Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / SpecialUncategorizedtemplates.php
index fb785e0..cb2a6d4 100644 (file)
@@ -1,10 +1,14 @@
 <?php
+/**
+ * @file
+ * @ingroup SpecialPage
+ */
 
 /**
  * Special page lists all uncategorised pages in the
  * template namespace
  *
- * @addtogroup SpecialPage
+ * @ingroup SpecialPage
  * @author Rob Church <robchur@gmail.com>
  */
 class UncategorizedTemplatesPage extends UncategorizedPagesPage {
@@ -27,5 +31,3 @@ function wfSpecialUncategorizedtemplates() {
        $utp = new UncategorizedTemplatesPage();
        $utp->doQuery( $offset, $limit );
 }
-
-