From 015502e78cd49dc1b25ec21361bb8efcd33da562 Mon Sep 17 00:00:00 2001 From: Alex Z Date: Sat, 4 Oct 2008 23:34:44 +0000 Subject: [PATCH] Cleanup for r41673, don't check for page existence. --- includes/PageQueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PageQueryPage.php b/includes/PageQueryPage.php index d9e06e015b..98338b1d06 100644 --- a/includes/PageQueryPage.php +++ b/includes/PageQueryPage.php @@ -20,6 +20,6 @@ class PageQueryPage extends QueryPage { $text = null; if ($title instanceof Title) $text = htmlspecialchars( $wgContLang->convert( $title->getPrefixedText() ) ); - return $skin->link( $title, $text ); + return $skin->link( $title, $text, array(), array(), array('known', 'noclasses') ); } } -- 2.20.1