From: Niklas Laxström Date: Sun, 29 Apr 2007 18:43:46 +0000 (+0000) Subject: * Use talkpagelinktext like elsewhere X-Git-Tag: 1.31.0-rc.0~53177 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=fccada5c08ddd18c28151fba278d148fcd8e3bc5;p=lhc%2Fweb%2Fwiklou.git * Use talkpagelinktext like elsewhere --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index c61721bdd3..c98826dc79 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -269,7 +269,7 @@ function contributionsSub( $nt, $id ) { $talk = $nt->getTalkPage(); if( $talk ) { # Talk page link - $tools[] = $sk->makeLinkObj( $talk, $wgLang->getNsText( NS_TALK ) ); + $tools[] = $sk->makeLinkObj( $talk, wfMsgHtml( 'talkpagelinktext' ) ); if( ( $id != 0 && $wgSysopUserBans ) || ( $id == 0 && User::isIP( $nt->getText() ) ) ) { # Block link if( $wgUser->isAllowed( 'block' ) )