Index: trunk/phase3/includes/Linker.php |
— | — | @@ -92,7 +92,7 @@ |
93 | 93 | if ( !empty( $s->page_is_redirect ) ) { |
94 | 94 | # Page is a redirect |
95 | 95 | $colour = 'mw-redirect'; |
96 | | - } elseif ( $threshold > 0 && $s->page_len < $threshold && Namespace::isContent( $s->page_namespace ) ) { |
| 96 | + } elseif ( $threshold > 0 && $s->page_len < $threshold && MWNamespace::isContent( $s->page_namespace ) ) { |
97 | 97 | # Page is a stub |
98 | 98 | $colour = 'stub'; |
99 | 99 | } |