Changeset 87484 in spip-zone
- Timestamp:
- Feb 16, 2015, 11:16:23 AM (5 years ago)
- Location:
- _plugins_/formidable/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/formidable/trunk/formidable_pipelines.php
r80797 r87484 19 19 .'\s*(<\/a>)?' # eventuel </a> 20 20 ); 21 22 /** 23 * Ajouter la protection NoSpam de base a formidable (jeton) 24 * 25 * @param $formulaires 26 * @return array 27 */ 28 function formidable_nospam_lister_formulaires($formulaires){ 29 $formulaires[] = 'formidable'; 30 return $formulaires; 31 } 21 32 22 33 /** -
_plugins_/formidable/trunk/paquet.xml
r87149 r87484 2 2 prefix="formidable" 3 3 categorie="communication" 4 version="2.8. 5"4 version="2.8.6" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.0.*]" … … 26 26 <pipeline nom="declarer_tables_interfaces" inclure="base/formidable_tables.php" /> 27 27 28 <pipeline nom="nospam_lister_formulaires" inclure="formidable_pipelines.php" /> 28 29 <pipeline nom="affiche_droite" inclure="formidable_pipelines.php" /> 29 30 <pipeline nom="post_edition" inclure="formidable_pipelines.php" />
Note: See TracChangeset
for help on using the changeset viewer.