From d2cf3ddceeb82022350f979bc3b150fad58e375e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 4 May 2006 22:13:23 +0000 Subject: [PATCH] * No comment is better than wrong comment --- includes/CategoryPage.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index ed9bc0025a..ff1fe0a35a 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -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' ); -- 2.20.1