* No comment is better than wrong comment
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 4 May 2006 22:13:23 +0000 (22:13 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 4 May 2006 22:13:23 +0000 (22:13 +0000)
includes/CategoryPage.php

index ed9bc00..ff1fe0a 100644 (file)
@@ -41,12 +41,6 @@ class CategoryPage extends Article {
                # For overloading
        }
 
-       # generate a list of subcategories and pages for a category
-       # depending on wfMsg("usenewcategorypage") it either calls the new
-       # or the old code. The new code will not work properly for some
-       # languages due to sorting issues, so they might want to turn it
-       # off.
-
        function closeShowCategory() {
                global $wgOut, $wgRequest;
                $from = $wgRequest->getVal( 'from' );