r67173 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67172‎ | r67173 | r67174 >
Date:22:04, 31 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Follow-up r67093: update variable name.
Modified paths:
  • /trunk/extensions/Translate/SpecialTranslations.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialTranslations.php
@@ -182,7 +182,7 @@
183183 $text
184184 );
185185 } else {
186 - $tools['edit'] = $sk->link( $t, $text );
 186+ $tools['edit'] = $sk->link( $tTitle, $text );
187187 }
188188
189189 $tools['history'] = $sk->link(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67093Add pop-up editing functionality. Not yet complete, but working.siebrand17:56, 30 May 2010

Status & tagging log