r46457 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46456‎ | r46457 | r46458 >
Date:17:45, 28 January 2009
Author:aaron
Status:ok
Tags:
Comment:
'known' still needed for title attrib
Modified paths:
  • /trunk/phase3/includes/Pager.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Pager.php
@@ -315,7 +315,7 @@
316316 $attrs['class'] = "mw-{$type}link";
317317 }
318318 return $this->getSkin()->link( $this->getTitle(), $text,
319 - $attrs, $query + $this->getDefaultQuery(), 'noclasses' );
 319+ $attrs, $query + $this->getDefaultQuery(), array('noclasses','known') );
320320 }
321321
322322 /**

Status & tagging log