Index: branches/REL1_4/phase3/includes/SpecialUndelete.php |
— | — | @@ -410,6 +410,10 @@ |
411 | 411 | $userLink = $sk->makeKnownLinkObj( |
412 | 412 | Title::makeTitle( NS_USER, $row->ar_user_text ), |
413 | 413 | $userLink ); |
| 414 | + } else { |
| 415 | + $userLink = $sk->makeKnownLinkObj( |
| 416 | + Title::makeTitle( NS_SPECIAL, 'Contributions' ), |
| 417 | + $userLink, 'target=' . $row->ar_user_text ); |
414 | 418 | } |
415 | 419 | $comment = $sk->formatComment( $row->ar_comment ); |
416 | 420 | $wgOut->addHTML( "<li>$checkBox $pageLink . . $userLink (<i>$comment</i>)</li>\n" ); |