* comment at top
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 12 Jun 2004 19:47:53 +0000 (19:47 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 12 Jun 2004 19:47:53 +0000 (19:47 +0000)
* function styling

includes/SpecialShortpages.php

index 560b02b..c3eafc4 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+#
+# SpecialShortpages extends QueryPage. It is used to return the shortest
+# pages in the database.
+#
 
 require_once("QueryPage.php");
 
@@ -34,8 +38,7 @@ class ShortPagesPage extends QueryPage {
        }
 }
 
-function wfSpecialShortpages()
-{
+function wfSpecialShortpages() {
        list( $limit, $offset ) = wfCheckLimits();
 
        $spp = new ShortPagesPage();