Index: trunk/extensions/FlaggedRevs/specialpages/ValidationStatistics_body.php |
— | — | @@ -136,8 +136,11 @@ |
137 | 137 | $percSynced . |
138 | 138 | "</td> |
139 | 139 | <td>" . |
140 | | - |
141 | | - htmlspecialchars( $outdated ) . |
| 140 | + $this->skin->linkKnown( SpecialPage::getTitleFor( 'PendingChanges' ), |
| 141 | + htmlspecialchars( $outdated ), |
| 142 | + array(), |
| 143 | + array( 'namespace' => $namespace ) |
| 144 | + ) . |
142 | 145 | "</td> |
143 | 146 | </tr>" |
144 | 147 | ); |