specialPageList() : comment about bug 913
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 20 Nov 2004 03:45:38 +0000 (03:45 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 20 Nov 2004 03:45:38 +0000 (03:45 +0000)
includes/Skin.php

index 1b667a7..fe1e947 100644 (file)
@@ -899,6 +899,10 @@ class Skin {
                return $s;
        }
 
+       /**
+        * show a drop-down box of special pages
+        * @TODO crash bug913. Need to be rewrote completly.
+        */
        function specialPagesList() {
                global $wgUser, $wgOut, $wgContLang, $wgServer, $wgRedirectScript;
                require_once('SpecialPage.php');