1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/textwheel/wheels/spip/spip-tableaux.php
2015-04-28 17:10:23 +02:00

15 lines
254 B
PHP

<?php
if (!defined('_ECRIRE_INC_VERSION')) return;
include_spip('inc/texte');
/**
* Callback de traitement de chaque tableau
*
* @param array $m
* @return string
*/
function replace_tableaux($m){
return $m[1] . traiter_tableau($m[2]) . $m[3];
}