From 9b0d75f7b53bb5a35ddd4cb430ce5fb56b55d5a2 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 15 Apr 2008 19:06:10 +0000 Subject: [PATCH] Revert r33378 -- class spam --- includes/Linker.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/Linker.php b/includes/Linker.php index 3e755a5a86..acaaf07112 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -91,9 +91,6 @@ class Linker { } elseif ( $threshold > 0 && $t->getLength() < $threshold && MWNamespace::isContent( $t->getNamespace() ) ) { # Page is a stub $colour = 'stub'; - } elseif ( !MWNamespace::isContent( $t->getNamespace() ) ) { - # Non-article page - $colour = 'mw-noncontent'; } return $colour; } -- 2.20.1