aboutsummaryrefslogtreecommitdiffstats
path: root/addon/randplace
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-06-14 15:08:03 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-06-14 15:08:03 +0200
commitb7dc9f8867e783a0db109cce4cb0db90500129eb (patch)
treea772d2fa8ba8712d0d6005ff5723cb031004bda0 /addon/randplace
parent00e142e4f753005a8b4003585c6a88548f006315 (diff)
downloadvolse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.tar.gz
volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.tar.bz2
volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.zip
Update info comments in all plugins
Diffstat (limited to 'addon/randplace')
-rw-r--r--addon/randplace/randplace.php17
1 files changed, 8 insertions, 9 deletions
diff --git a/addon/randplace/randplace.php b/addon/randplace/randplace.php
index fa38de377..bae8e7c69 100644
--- a/addon/randplace/randplace.php
+++ b/addon/randplace/randplace.php
@@ -1,13 +1,12 @@
<?php
-
-/**
- * Sample Friendika plugin/addon
- *
- * Addon Name: randplace
- *
- */
-
/**
+ * Name: Random place
+ * Description: Sample Friendika plugin/addon. Set a random place when posting.
+ * Version: 1.0
+ * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
+ *
+ *
+ *
*
* Addons are registered with the system in the
* .htconfig.php file.
@@ -178,4 +177,4 @@ function randplace_settings(&$a,&$s) {
$s .= '<div class="settings-submit-wrapper" ><input type="submit" name="submit" class="settings-submit" value="' . t('Submit') . '" /></div></div>';
-} \ No newline at end of file
+}