diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-14 15:08:03 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-14 15:08:03 +0200 |
commit | b7dc9f8867e783a0db109cce4cb0db90500129eb (patch) | |
tree | a772d2fa8ba8712d0d6005ff5723cb031004bda0 /addon/widgets | |
parent | 00e142e4f753005a8b4003585c6a88548f006315 (diff) | |
download | volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.tar.gz volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.tar.bz2 volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.zip |
Update info comments in all plugins
Diffstat (limited to 'addon/widgets')
-rw-r--r-- | addon/widgets/widgets.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/addon/widgets/widgets.php b/addon/widgets/widgets.php index af17d9e9a..f5f868222 100644 --- a/addon/widgets/widgets.php +++ b/addon/widgets/widgets.php @@ -1,10 +1,11 @@ <?php - /** - * widgets from friendika - * - * allow to embed info from friendika into another site - */ - +/** + * Name: Widgets + * Description: Allow to embed info from friendika into another site + * Version: 1.0 + * Author: Fabio Comuni <http://kirgroup.com/profile/fabrix/> + */ + function widgets_install() { register_hook('plugin_settings', 'addon/widgets/widgets.php', 'widgets_settings'); |