Page MenuHomePhabricator

Rename Special:IPBlockList
Closed, ResolvedPublic

Description

Please rename Special:IPBlockList to something that more appropriately describes its function. I think Special:ListBlocks or Special:BlockList would be good options.

This is a trivial commit, changing:

'Ipblocklist' => array( 'IPBlockList' ),

to:

'Ipblocklist' => array( 'ListBlocks', 'BlockList', 'IPBlockList' ),

in MessagesEn.php.


Version: unspecified
Severity: enhancement

Details

Reference
bz16738

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:27 PM
bzimport set Reference to bz16738.
bzimport added a subscriber: Unknown Object (MLST).

Created attachment 5608
Patch for suggested change

I've created a patch for this to make it easier to apply.

Attached: