13 lines
130 B
PHP
13 lines
130 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Plugin oEmbed
|
||
|
* Licence GPL3
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
include_spip('inc/oembed');
|