'known' still needed for title attrib
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 28 Jan 2009 17:45:51 +0000 (17:45 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 28 Jan 2009 17:45:51 +0000 (17:45 +0000)
includes/Pager.php

index c168558..3ff3146 100644 (file)
@@ -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') );
        }
 
        /**