From 7d249deb116c0bafbce6308ec1cfaa321bac287d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 28 Jan 2009 17:45:51 +0000 Subject: [PATCH] 'known' still needed for title attrib --- includes/Pager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Pager.php b/includes/Pager.php index c168558a25..3ff31462d3 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -315,7 +315,7 @@ abstract class IndexPager implements Pager { $attrs['class'] = "mw-{$type}link"; } return $this->getSkin()->link( $this->getTitle(), $text, - $attrs, $query + $this->getDefaultQuery(), 'noclasses' ); + $attrs, $query + $this->getDefaultQuery(), array('noclasses','known') ); } /** -- 2.20.1