Index: trunk/extensions/DeletedContributions/DeletedContributions_body.php |
— | — | @@ -269,6 +269,9 @@ |
270 | 270 | } |
271 | 271 | # Other logs link |
272 | 272 | $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Log' ), wfMsgHtml( 'log' ), 'user=' . $nt->getPartialUrl() ); |
| 273 | + # Link to undeleted contributions |
| 274 | + $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Contributions' ), wfMsgHtml( 'contributions' ), 'target=' . $nt->getPartialUrl() ); |
| 275 | + |
273 | 276 | $links = implode( ' | ', $tools ); |
274 | 277 | } |
275 | 278 | |
— | — | @@ -329,5 +332,3 @@ |
330 | 333 | Xml::closeElement( 'form' ); |
331 | 334 | return $f; |
332 | 335 | } |
333 | | - |
334 | | - |