r84005 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84004‎ | r84005 | r84006 >
Date:08:53, 15 March 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Link the "outdated" numbers to Special:PendingChanges?namespace=x
Modified paths:
  • /trunk/extensions/FlaggedRevs/specialpages/ValidationStatistics_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/specialpages/ValidationStatistics_body.php
@@ -136,8 +136,11 @@
137137 $percSynced .
138138 "</td>
139139 <td>" .
140 -
141 - htmlspecialchars( $outdated ) .
 140+ $this->skin->linkKnown( SpecialPage::getTitleFor( 'PendingChanges' ),
 141+ htmlspecialchars( $outdated ),
 142+ array(),
 143+ array( 'namespace' => $namespace )
 144+ ) .
142145 "</td>
143146 </tr>"
144147 );

Comments

#Comment by Aaron Schulz (talk | contribs)   16:08, 15 March 2011

Nice.

Status & tagging log