mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
* (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:
parent
a798c9146b
commit
4bae4232dd
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue