Changing comments layout preparing for generated documentation with Phpdocumentor
[lhc/web/wiklou.git] / includes / SpecialRandompage.php
index fa8c348..825900d 100644 (file)
@@ -1,10 +1,16 @@
 <?php
 # $Id$
 
-function wfSpecialRandompage()
-{
+/**
+ *
+ */
+
+/**
+ * Constructor
+ */
+function wfSpecialRandompage() {
        global $wgOut, $wgTitle, $wgArticle, $wgExtraRandompageSQL;
-       $fname = "wfSpecialRandompage";
+       $fname = 'wfSpecialRandompage';
 
        $rand = mt_rand() / mt_getrandmax();
        # interpolation and sprintf() can muck up with locale-specific decimal separator