r84003 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84002‎ | r84003 | r84004 >
Date:08:16, 15 March 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Follow-up r83909: The message key is named 'ipadressedorusername'
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlockList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlockList.php
@@ -65,7 +65,7 @@
6666 $fields = array(
6767 'Target' => array(
6868 'type' => 'text',
69 - 'label-message' => 'ipaddressorusername',
 69+ 'label-message' => 'ipadressorusername',
7070 'tabindex' => '1',
7171 'size' => '45',
7272 ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83909Complete the trinity of blocking frontend interfaces by rewriting SpecialIpbl...happy-melon16:09, 14 March 2011

Comments

#Comment by Happy-melon (talk | contribs)   11:30, 15 March 2011

Ancient spelling fail... :D Do you think we should fix that?

#Comment by Raymond (talk | contribs)   12:49, 15 March 2011

Changing the message key would break in-wiki customizations of the message. We change message key only if the content changes.

Status & tagging log