Do Simplified/Traditional Chinese conversion in wfMsgReal() when the language code...
[lhc/web/wiklou.git] / includes / SpecialShortpages.php
index 4feb514..3aeaa4f 100644 (file)
@@ -1,11 +1,21 @@
 <?php
-#
-# SpecialShortpages extends QueryPage. It is used to return the shortest
-# pages in the database.
-#
+/**
+ *
+ * @package MediaWiki
+ * @subpackage SpecialPage
+ */
 
+/**
+ *
+ */
 require_once("QueryPage.php");
 
+/**
+ * SpecialShortpages extends QueryPage. It is used to return the shortest
+ * pages in the database.
+ * @package MediaWiki
+ * @subpackage SpecialPage
+ */
 class ShortPagesPage extends QueryPage {
 
        function getName() {
@@ -41,6 +51,9 @@ class ShortPagesPage extends QueryPage {
        }
 }
 
+/**
+ * constructor
+ */
 function wfSpecialShortpages() {
        list( $limit, $offset ) = wfCheckLimits();