function zotspip_pre_propre($texte) { $texte = preg_replace('#\[ref=(.*)\]#U',' ',$texte); return $texte; }