From 94a18ffea8e3d689ae446252fcebd0698b1c3c80 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 18 Aug 2009 21:00:30 +0000 Subject: [PATCH] Revert r55255 "Unblocking: Linking to contributions list instead of user page for IPs (other messages do so as well)" This message seems to be used for the subtitle link on unblock success on Special:BlockList, and is used both for accounts and IPs. Needs to handle both these cases at least; double-check also handling of IP ranges? --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 3af290a016..89e796004f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2886,7 +2886,7 @@ See [[Special:IPBlockList|IP block list]] to review blocks.', 'unblockip' => 'Unblock user', 'unblockiptext' => 'Use the form below to restore write access to a previously blocked IP address or username.', 'ipusubmit' => 'Remove this block', -'unblocked' => '[[Special:Contributions/$1|$1]] has been unblocked', +'unblocked' => '[[User:$1|$1]] has been unblocked', 'unblocked-id' => 'Block $1 has been removed', 'ipblocklist' => 'Blocked IP addresses and usernames', 'ipblocklist-legend' => 'Find a blocked user', -- 2.20.1