[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / textwheel / wheels / spip / spip-tableaux.php
1 <?php
2
3 if (!defined('_ECRIRE_INC_VERSION')) return;
4
5 include_spip('inc/texte');
6
7 /**
8 * Callback de traitement de chaque tableau
9 *
10 * @param array $m
11 * @return string
12 */
13 function replace_tableaux($m){
14 return $m[1] . traiter_tableau($m[2]) . $m[3];
15 }