Index: trunk/phase3/includes/Linker.php |
— | — | @@ -91,9 +91,6 @@ |
92 | 92 | } elseif ( $threshold > 0 && $t->getLength() < $threshold && MWNamespace::isContent( $t->getNamespace() ) ) { |
93 | 93 | # Page is a stub |
94 | 94 | $colour = 'stub'; |
95 | | - } elseif ( !MWNamespace::isContent( $t->getNamespace() ) ) { |
96 | | - # Non-article page |
97 | | - $colour = 'mw-noncontent'; |
98 | 95 | } |
99 | 96 | return $colour; |
100 | 97 | } |