| Current Path : /home/quelfutuu/www/plugins/auto/oembed/v3.5.1/oembed/input/ |
| Current File : /home/quelfutuu/www/plugins/auto/oembed/v3.5.1/oembed/input/posttraite_slideshare_rich.php |
<?php
/**
* Plugin oEmbed
* Licence GPL3
*
*/
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function oembed_input_posttraite_slideshare_rich_dist($data) {
if (!isset($data['thumbnail_url']) and isset($data['thumbnail'])) {
$data['thumbnail_url'] = _DIR_RACINE . copie_locale($data['thumbnail']);
}
return $data;
}