diff options
Diffstat (limited to 'addon/oembed')
-rw-r--r-- | addon/oembed/oembed.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/addon/oembed/oembed.php b/addon/oembed/oembed.php index a0a0239aa..f5be44194 100644 --- a/addon/oembed/oembed.php +++ b/addon/oembed/oembed.php @@ -1,10 +1,9 @@ <?php /** - * oembed plugin - * - * oEmbed is a format for allowing an embedded representation of a URL on third party sites - * http://www.oembed.com/ - * + * Name: OEmbed + * Description: OEmbed is a format for allowing an embedded representation of a URL on third party sites http://www.oembed.com/ + * Version: 1.2 + * Author: Fabio Comuni <http://kirgroup.com/profile/fabrix> */ require_once('include/oembed.php'); |