From: Brion Vibber Date: Tue, 15 Apr 2008 19:06:10 +0000 (+0000) Subject: Revert r33378 -- class spam X-Git-Tag: 1.31.0-rc.0~48293 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=9b0d75f7b53bb5a35ddd4cb430ce5fb56b55d5a2;p=lhc%2Fweb%2Fwiklou.git Revert r33378 -- class spam --- 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; }