Changeset 2329:f679d4ca99b7 for plugins/antispam/locales
- Timestamp:
- 10/10/13 19:20:12 (12 years ago)
- Branch:
- default
- Location:
- plugins/antispam/locales
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/locales/en/resources.php
r2322 r2329 31 31 $__resources['help']['words-filter'] = dirname(__FILE__).'/help/words.html'; 32 32 } 33 34 ?> 33 if (!isset($__resources['help']['antispam_comments'])) 34 { 35 $__resources['help']['antispam_comments'] = dirname(__FILE__).'/help/comments.html'; 36 } -
plugins/antispam/locales/fr/resources.php
r2322 r2329 31 31 $__resources['help']['words-filter'] = dirname(__FILE__).'/help/words.html'; 32 32 } 33 34 ?> 33 if (!isset($__resources['help']['antispam_comments'])) 34 { 35 $__resources['help']['antispam_comments'] = dirname(__FILE__).'/help/comments.html'; 36 }
Note: See TracChangeset
for help on using the changeset viewer.