(bug 737) only use the post-parse link placeholders within replaceInternalLinks().
[lhc/web/wiklou.git] / includes / SpecialStatistics.php
index 67fcc61..ec40c09 100644 (file)
@@ -1,7 +1,14 @@
 <?php
+/**
+ *
+ * @package MediaWiki
+ * @subpackage SpecialPage
+ */
 
-function wfSpecialStatistics()
-{
+/**
+ * constructor
+ */
+function wfSpecialStatistics() {
        global $wgUser, $wgOut, $wgLang;
        $fname = "wfSpecialStatistics";