Changeset 87162 in spip-zone
- Timestamp:
- Jan 21, 2015, 7:22:43 AM (6 years ago)
- Location:
- _core_/branches/spip-3.0/plugins/textwheel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/branches/spip-3.0/plugins/textwheel/inc/lien.php
r79785 r87162 492 492 preg_match_all('/<[a-z_-]{3,}\s*[0-9|]+/iS', $texte, $matches, PREG_SET_ORDER)) { 493 493 include_spip('public/assembler'); 494 $wrap_embed_html = charger_fonction("wrap_embed_html","inc",true); 494 495 foreach ($matches as $match) { 495 496 // Recuperer l'appel complet (y compris un eventuel lien) … … 546 547 if ($modele !== false) { 547 548 $modele = protege_js_modeles($modele); 549 if ($wrap_embed_html){ 550 $modele = $wrap_embed_html($mod,$modele); 551 } 548 552 $rempl = code_echappement($modele, $echap); 549 553 $texte = substr($texte, 0, $a) -
_core_/branches/spip-3.0/plugins/textwheel/paquet.xml
r86014 r87162 2 2 prefix="tw" 3 3 categorie="edition" 4 version="0.8.2 7"4 version="0.8.28" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.