mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Swap
version_compare($wgVersion, '1.17alpha', '>=') ? 'antispam' : 'other' for 'antispam'
This commit is contained in:
parent
9495381e4e
commit
27fdc84e88
Notes:
Raimond Spekking
2012-03-12 20:46:25 +00:00
|
@ -15,7 +15,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
|
|||
* @link http://www.mediawiki.org/wiki/Extension:AbuseFilter Documentation
|
||||
*/
|
||||
|
||||
$wgExtensionCredits[version_compare($wgVersion, '1.17alpha', '>=') ? 'antispam' : 'other'][] = array(
|
||||
$wgExtensionCredits['antispam'][] = array(
|
||||
'path' => __FILE__,
|
||||
'name' => 'Abuse Filter',
|
||||
'author' => array( 'Andrew Garrett', 'River Tarnell', 'Victor Vasiliev' ),
|
||||
|
|
Loading…
Reference in a new issue