r21705 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21704‎ | r21705 | r21706 >
Date:18:43, 29 April 2007
Author:nikerabbit
Status:old
Tags:
Comment:
* Use talkpagelinktext like elsewhere
Modified paths:
  • /trunk/phase3/includes/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialContributions.php
@@ -269,7 +269,7 @@
270270 $talk = $nt->getTalkPage();
271271 if( $talk ) {
272272 # Talk page link
273 - $tools[] = $sk->makeLinkObj( $talk, $wgLang->getNsText( NS_TALK ) );
 273+ $tools[] = $sk->makeLinkObj( $talk, wfMsgHtml( 'talkpagelinktext' ) );
274274 if( ( $id != 0 && $wgSysopUserBans ) || ( $id == 0 && User::isIP( $nt->getText() ) ) ) {
275275 # Block link
276276 if( $wgUser->isAllowed( 'block' ) )