Changeset 94567 in spip-zone
- Timestamp:
- Jan 12, 2016, 5:43:23 PM (5 years ago)
- Location:
- _plugins_/couleurs_spip/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/couleurs_spip/trunk/couleurs_spip_pipelines.php
r93404 r94567 230 230 function couleurs_spip_remplacer($texte) { 231 231 if ( 232 (strpos($texte, '[/') === false ) or strpos($texte, '[') === false232 (strpos($texte, '[/') === false or strpos($texte, '[') === false) 233 233 and 234 234 (strpos($texte, '</cs_') === false or strpos($texte, '<cs_') === false) … … 257 257 function couleurs_spip_pre_typo($texte) { 258 258 if ( 259 (strpos($texte, '[/') === false ) or strpos($texte, '[') === false259 (strpos($texte, '[/') === false or strpos($texte, '[') === false) 260 260 and 261 261 (strpos($texte, '</cs_') === false or strpos($texte, '<cs_') === false) -
_plugins_/couleurs_spip/trunk/paquet.xml
r93404 r94567 2 2 prefix="couleurs_spip" 3 3 categorie="edition" 4 version="3.1. 1"4 version="3.1.2" 5 5 etat="test" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.