From 21ed58c1e14ab25753cdcc619917e67172e1aaea Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 14 May 2006 17:11:19 +0000 Subject: [PATCH] Respect things like stub link colouring --- includes/SpecialWantedpages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialWantedpages.php b/includes/SpecialWantedpages.php index 8402bd5ea5..e46e0e673b 100644 --- a/includes/SpecialWantedpages.php +++ b/includes/SpecialWantedpages.php @@ -82,8 +82,8 @@ class WantedPagesPage extends QueryPage { # Make a redlink $pageLink = $skin->makeBrokenLinkObj( $title ); } else { - # Make a struck-out blue link - $pageLink = "" . $skin->makeKnownLinkObj( $title ) . ""; + # Make a a struck-out normal link + $pageLink = "" . $skin->makeLinkObj( $title ) . ""; } } else { # Not cached? Don't bother checking existence; it can't -- 2.20.1