* (bug 18242) Show the Subversion revision number per extensions in Special:Version (currently applied on some extensions to get the entries file)

This commit is contained in:
Shinjiman 2009-04-26 05:22:33 +00:00
parent a798c9146b
commit 4bae4232dd

View file

@ -17,6 +17,7 @@ if ( ! defined( 'MEDIAWIKI' ) )
$dir = dirname(__FILE__);
$wgExtensionCredits['other'][] = array(
'path' => __FILE__,
'name' => 'Abuse Filter',
'author' => array('Andrew Garrett','River Tarnell', 'Victor Vasiliev'),
'description' => 'Applies automatic heuristics to edits.',