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