Changeset 3730:5c45a5df9a59 for plugins/akismet/_prepend.php
- Timestamp:
- 03/08/18 17:58:39 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/akismet/_prepend.php
r2095 r3730 10 10 # 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 if (!defined('DC_RC_PATH')) { return;}12 if (!defined('DC_RC_PATH')) {return;} 13 13 14 $__autoload['dcFilterAkismet'] = dirname(__FILE__) .'/class.dc.filter.akismet.php';15 $core->spamfilters[] = 'dcFilterAkismet';14 $__autoload['dcFilterAkismet'] = dirname(__FILE__) . '/class.dc.filter.akismet.php'; 15 $core->spamfilters[] = 'dcFilterAkismet';
Note: See TracChangeset
for help on using the changeset viewer.