Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -259,11 +259,10 @@ |
260 | 260 | } |
261 | 261 | # Block log link |
262 | 262 | $tools[] = $sk->linkKnown( |
263 | | - SpecialPage::getTitleFor( 'Log' ), |
| 263 | + SpecialPage::getTitleFor( 'Log', 'block' ), |
264 | 264 | wfMsgHtml( 'sp-contributions-blocklog' ), |
265 | 265 | array(), |
266 | 266 | array( |
267 | | - 'type' => 'block', |
268 | 267 | 'page' => $userpage->getPrefixedText() |
269 | 268 | ) |
270 | 269 | ); |
— | — | @@ -276,10 +275,8 @@ |
277 | 276 | |
278 | 277 | # Other logs link |
279 | 278 | $tools[] = $sk->linkKnown( |
280 | | - SpecialPage::getTitleFor( 'Log' ), |
281 | | - wfMsgHtml( 'sp-contributions-logs' ), |
282 | | - array(), |
283 | | - array( 'user' => $username ) |
| 279 | + SpecialPage::getTitleFor( 'Log', $username ), |
| 280 | + wfMsgHtml( 'sp-contributions-logs' ) |
284 | 281 | ); |
285 | 282 | |
286 | 283 | # Add link to deleted user contributions for priviledged users |