r64607 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r64606
|
r64607
|
r64608
>
Date:
09:48, 5 April 2010
Author:
ialex
Status:
ok
Tags:
Comment:
And while I'm a it, fix for
r55903
: canonical name is "Ipblocklist", not "BlockList"
Modified paths:
/trunk/phase3/includes/specials/SpecialContributions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialContributions.php
—
—
@@ -168,7 +168,7 @@
169
169
wfMsgHtml( 'change-blocklink' )
170
170
);
171
171
$tools[] = $sk->linkKnown( # Unblock link
172
- SpecialPage::getTitleFor( 'BlockList' ),
172
+ SpecialPage::getTitleFor( 'Ipblocklist' ),
173
173
wfMsgHtml( 'unblocklink' ),
174
174
array(),
175
175
array(
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r55903
Show change block / unblock link on Special:Contributions if user is blocked
churchofemacs
22:53, 6 September 2009
Status & tagging log
20:03, 2 November 2010
😂
(
talk
|
contribs
)
changed the
status
of r64607
[
removed:
new
added:
ok]