r14222 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14221‎ | r14222 | r14223 >
Date:17:11, 14 May 2006
Author:robchurch
Status:old
Tags:
Comment:
Respect things like stub link colouring
Modified paths:
  • /trunk/phase3/includes/SpecialWantedpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialWantedpages.php
@@ -82,8 +82,8 @@
8383 # Make a redlink
8484 $pageLink = $skin->makeBrokenLinkObj( $title );
8585 } else {
86 - # Make a struck-out blue link
87 - $pageLink = "<s>" . $skin->makeKnownLinkObj( $title ) . "</s>";
 86+ # Make a a struck-out normal link
 87+ $pageLink = "<s>" . $skin->makeLinkObj( $title ) . "</s>";
8888 }
8989 } else {
9090 # Not cached? Don't bother checking existence; it can't

Status & tagging log