r33388 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r33387‎ | r33388 | r33389 >
Date:19:06, 15 April 2008
Author:brion
Status:old
Tags:
Comment:
Revert r33378 -- class spam
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -91,9 +91,6 @@
9292 } elseif ( $threshold > 0 && $t->getLength() < $threshold && MWNamespace::isContent( $t->getNamespace() ) ) {
9393 # Page is a stub
9494 $colour = 'stub';
95 - } elseif ( !MWNamespace::isContent( $t->getNamespace() ) ) {
96 - # Non-article page
97 - $colour = 'mw-noncontent';
9895 }
9996 return $colour;
10097 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r33378Add class to non-content linksaaron17:54, 15 April 2008

Status & tagging log