Load plugin info from plugin file. Show README.md or README from plugin dir in plugin details page

This commit is contained in:
Fabio Comuni 2011-06-14 14:21:43 +02:00
parent 283160901f
commit 00e142e4f7
5 changed files with 88 additions and 16 deletions

View file

@ -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');