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 @@
306
306
if ( $title === null )
307
307
$title = SpecialPage::getTitleFor( 'Whatlinkshere' );
308
308
309
- $targetText = $target->getPrefixedUrl();
310
309
return $this->skin->linkKnown(
311
310
$title,
312
311
$text,
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r51894
Fix double escaping issues. Related to
r51559
and friends.
siebrand
12:32, 15 June 2009
Status & tagging log
23:43, 15 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51905
[
removed:
new
added:
ok]