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/convert | |
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/convert')
-rw-r--r-- | addon/convert/convert.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/addon/convert/convert.php b/addon/convert/convert.php index a3448ce01..7a4c90a53 100644 --- a/addon/convert/convert.php +++ b/addon/convert/convert.php @@ -1,5 +1,10 @@ <?php
-
+/**
+ * Name: Converter App
+ * Description: Unit converter application
+ * Version: 1.0
+ * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
+ */
function convert_install() {
register_hook('app_menu', 'addon/convert/convert.php', 'convert_app_menu');
|