r51905 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51904‎ | r51905 | r51906 >
Date:14:09, 15 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up to r51894: remove unused $targetText
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWhatlinkshere.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWhatlinkshere.php
@@ -305,7 +305,6 @@
306306 if ( $title === null )
307307 $title = SpecialPage::getTitleFor( 'Whatlinkshere' );
308308
309 - $targetText = $target->getPrefixedUrl();
310309 return $this->skin->linkKnown(
311310 $title,
312311 $text,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51894Fix double escaping issues. Related to r51559 and friends.siebrand12:32, 15 June 2009

Status & tagging log