r80703 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80702‎ | r80703 | r80704 >
Date:19:31, 21 January 2011
Author:reedy
Status:deferred
Tags:
Comment:
Extension is named UserThrottle onwiki and in the folder...
Modified paths:
  • /trunk/extensions/UserThrottle/UserThrottle.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UserThrottle/UserThrottle.php
@@ -29,10 +29,10 @@
3030 $wgExtensionCredits['other'][] = array(
3131 'path' => __FILE__,
3232 'version' => '0.2',
33 - 'name' => 'Throttle',
 33+ 'name' => 'UserThrottle',
3434 'author' => 'Brion Vibber',
3535 'descriptionmsg' => 'userthrottle-desc',
36 - 'url' => 'http://www.mediawiki.org/wiki/Extension:Throttle',
 36+ 'url' => 'http://www.mediawiki.org/wiki/Extension:UserThrottle',
3737 );
3838
3939 $wgHooks['AbortNewAccount'][] = 'throttleGlobalHit';

Status & tagging log