From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- includes/PageQueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/PageQueryPage.php') diff --git a/includes/PageQueryPage.php b/includes/PageQueryPage.php index 8390241f..dc5e971d 100644 --- a/includes/PageQueryPage.php +++ b/includes/PageQueryPage.php @@ -21,6 +21,6 @@ abstract class PageQueryPage extends QueryPage { if ( $title instanceof Title ) { $text = $wgContLang->convert( $title->getPrefixedText() ); } - return $skin->link( $title, htmlspecialchars( $text ), array(), array(), array('known', 'noclasses') ); + return Linker::linkKnown( $title, htmlspecialchars( $text ) ); } } -- cgit v1.2.2