mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-28 00:50:28 +00:00
Change extension group 'other' for some of our antispam extensions into the new 'antispam' extension groups. Pre trunk wiki will just keep displaying them in 'other' anyways till release.
This commit is contained in:
parent
56ee985a78
commit
b1bbadbab4
|
@ -7,7 +7,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
|
|||
exit;
|
||||
}
|
||||
|
||||
$wgExtensionCredits['other'][] = array(
|
||||
$wgExtensionCredits['antispam'][] = array(
|
||||
'path' => __FILE__,
|
||||
'name' => 'SpamBlacklist',
|
||||
'author' => 'Tim Starling',
|
||||
|
|
Loading…
Reference in a new issue